what-it-do
Do tracer
Tools for automatically tracing and displaying the execution flow of do expressions in Haskell code
Automatically trace all (showable) binds in do expressions
84 stars
4 watching
4 forks
Language: Haskell
last commit: over 6 years ago ghchaskellsource-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
ocharles/effect-zoo | An analysis of Haskell effect systems to compare their performance and usability | 65 |
ocharles/engine.io | A Haskell implementation of real-time protocols for web applications, enabling client-server communication and event-based interactions. | 149 |
def-/ghc-vis | A tool to visualize live Haskell data structures in GHCi | 136 |
theam/haskell-do | A Haskell-based code editor designed for interactive development and programming in the language. | 352 |
haskell-tools/haskell-tools | Developer tools for refactoring Haskell programs. | 249 |
google/haskell-indexer | Provides libraries and tools for preprocessing Haskell source code to enable entity cross-referencing | 99 |
i-am-tom/haskell-exercises | A tutorial and exercise repository to learn about obscure GHC extensions in Haskell. | 642 |
alexwl/haskell-code-explorer | A web application for exploring and understanding Haskell codebases | 511 |
mark-watson/haskell_tutorial_cookbook_examples | A collection of Haskell code examples and tutorials for learning the language. | 81 |
zhaskell/stdio | A Haskell toolkit providing standardized input/output functions powered by libuv | 104 |
mzero/haskell-amuse-bouche | A collection of Haskell code examples and resources illustrating the language's features and programming techniques. | 114 |
haskell-works/avro | A Haskell library for encoding and decoding data using the Avro format | 83 |
cyga/real-world-haskell | A tool to parse and fix code samples from the book 'Real World Haskell' | 89 |
jonascarpay/calligraphy | A Haskell-based tool for visualizing the structure of compiled code in GHC's intermediate representation (HIE) files | 98 |
agda/agda2hs | Tools for translating Agda code to readable Haskell | 178 |