https://github.com/vmchale/debug-dump
Like Debug.Trace, but allows writing to files
https://github.com/vmchale/debug-dump
Last synced: 11 months ago
JSON representation
Like Debug.Trace, but allows writing to files
- Host: GitHub
- URL: https://github.com/vmchale/debug-dump
- Owner: vmchale
- License: bsd-3-clause
- Created: 2019-05-24T19:44:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-03T17:46:43.000Z (over 6 years ago)
- Last Synced: 2025-01-08T12:08:12.230Z (about 1 year ago)
- Language: Haskell
- Size: 6.84 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# debug-dump
This is a library providing simple functionality like that found in
`Debug.Trace`, but it dumps output to a file rather than the terminal.