Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```