Go to file
Gabriel Gonzalez 1602f891f1 Remove (++)
There are two main reasons that I'm removing `(++)`:

* I would like to use `(++)` instead of `(<>)` for combining `Text` so that
  `<>` can be used for the empty sum type
* `(++)` leads to quadratic time complexity when used repeatedly.  `List/concat`
  is the preferred API for combining lists
2016-10-11 09:26:04 -07:00
exec Switch to happy for parsing and simplify the alex lexer 2016-09-11 20:38:37 -07:00
src Remove (++) 2016-10-11 09:26:04 -07:00
dhall.cabal Remove unused dependencies 2016-09-11 21:59:27 -07:00
LICENSE Initial commit 2016-09-07 09:17:12 -07:00
Setup.hs Initial commit 2016-09-07 09:17:12 -07:00
stack.yaml Switch to a newer stack resolver 2016-09-09 09:15:27 -07:00