Popularity
7.4
Declining
Activity
0.0
Stable
33
3
3
Monthly Downloads: 46
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Debug
simple-reflect alternatives and similar packages
Based on the "Debug" category.
Alternatively, view simple-reflect alternatives based on common mentions on social networks and blogs.
-
hood
Hood debugger, based on the idea of observing functions and structures as they are evaluated. -
linux-perf
Haskell library for reading perf.data files from the linux performance events tool. -
print-debugger
Prints lines with IDE friendly stack traces in Haskell. -
htrace
Hierarchical tracing for debugging lazy evaluation in Haskell -
debug-trace-var
You do not have to write variable names twice in Debug.Trace -
heapsize
ghc-datasize is a tool to determine the size of Haskell data structures in GHC's memory -
show-please
Improved Show instances for exception and other types -
todo
Wrapping development symbols in Warnings to make sure you don't miss them
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of simple-reflect or a related project?
README
See http://twanvl.nl/blog/haskell/simple-reflection-of-expressions for the blog post that introduced this library.
Version history
- 0.3.3: Added
Semigroup
instance - 0.3.2: Added infix operators to
Debug.SimpleReflect.Vars
, and fixed GHC warnings. - 0.3.1: Fixed link to this repository. Needed version bump for hackage.
- 0.3: Added
Monoid
instance, link to github repo. - 0.2: Expose constructor for infix operators
- 0.1: Initial release