Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwoudenberg/elm-to-haskell
Haskell syntax cheatsheet for people familiar with Elm
https://github.com/jwoudenberg/elm-to-haskell
cheatsheet elm haskell syntax
Last synced: 17 days ago
JSON representation
Haskell syntax cheatsheet for people familiar with Elm
- Host: GitHub
- URL: https://github.com/jwoudenberg/elm-to-haskell
- Owner: jwoudenberg
- License: bsd-3-clause
- Created: 2020-10-13T18:35:22.000Z (over 4 years ago)
- Default Branch: trunk
- Last Pushed: 2022-12-21T14:35:27.000Z (about 2 years ago)
- Last Synced: 2025-01-12T17:08:21.559Z (22 days ago)
- Topics: cheatsheet, elm, haskell, syntax
- Language: Elm
- Homepage: https://elm-to-haskell.jasperwoudenberg.com
- Size: 40 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/4a3d9292-7ee3-4488-9568-0eafa3fbe53a/deploy-status)](https://app.netlify.com/sites/elm-to-haskell/deploys)
# Elm-to-Haskell
A Haskell syntax cheatsheet for those familiar with Elm.
View it at [elm-to-haskell.jasperwoudenberg.com](https://elm-to-haskell.jasperwoudenberg.com/).
## Development
To start a code-watcher, run:
```
elm-live src/Main.elm --pushstate --dir public -- --output public/main.js
```