haskelm-old

(★ 17)

Haskell to Elm translation using Template Haskell. Contains both a library and executable.

File Explorer

  • .gitignore
  • changelog.txt
  • haskelm.cabal
  • LICENSE
  • README.md
  • Setup.hs

# Use via CDN

jsDelivr

jsDelivr 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.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

cabal

View Details ▼

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 ▼

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