haskelm-old
Haskell to Elm translation using Template Haskell. Contains both a library and executable.
File Explorer
- BaseDecs.hs
- HToE.hs
- Json.hs
- Util.hs
- TH.hs
- Declaration.hs
- Expression.hs
- Helpers.hs
- Literal.hs
- Location.hs
- Module.hs
- Pattern.hs
- PrettyPrint.hs
- Type.hs
- Compiler.hs
- Docs.hs
- Dummy.cabal
- Haskelm.hs
- JsonUtil.elm
- Paths_Elm.h
- module1.hs
- Main.hs
- .gitignore
- changelog.txt
- haskelm.cabal
- LICENSE
- README.md
- Setup.hs
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
cabal
View Details ▼
cabal
Interface to the Haskell package infrastructure (Cabal).
Manage Haskell projects and Cabal packages from the Hackage package repository.
cabal list {{search_string}}
Search and list packages from Hackage:
cabal info {{package}}
Show information about a package:
cabal install {{package}}
Download and install a package:
module
View Details ▼
module
Modify a users' environment.
module avail
Display available modules:
module avail {{module_name}}
Search for a module by name:
module load {{module_name}}
Load a module:
// repository documentation
Was this content helpful?
(0 ratings)
