liquidhaskell
liquidhaskell | portable-template-haskell-lens | |
---|---|---|
5 | - | |
1,237 | 1 | |
0.9% | - | |
9.9 | 0.0 | |
19 days ago | about 8 years ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
liquidhaskell
-
Hasochism: The pleasure and pain of dependently typed Haskell programming [pdf]
I am not sure, but as a Typescripter, I think I'd find refinement types easier - https://github.com/ucsd-progsys/liquidhaskell
I am not sure if they serve the same purpose or how the venn diagrams overlap on this, but in 2000 I loved the idea of the assersion in Ada, and I love even more the idea the type system can prove your number is between 1 and 10 (etc.).
I reckon it occasionally will catch a bug, but more than that is perfect documentation. I don't want delay to be an int, I want it to be a RateLimitBackoffDelaySeconds which is between >0 and <60, for example.
- liquidhaskell ghc9に対応したリリース出てたの知らなんだ
-
LiquidHaskell plugin build failed
master should already be GHC 9 ready, it just so it happens that we didn't released it on Hackage due to the fact that, practically speaking, GHC 9.0.2 is not very widely used as I think we had some minor issues, but in principle it should work, at least with cabal: https://github.com/ucsd-progsys/liquidhaskell/blob/develop/cabal.ghc9.project
portable-template-haskell-lens
We haven't tracked posts mentioning portable-template-haskell-lens yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
language-thrift - Haskell parser for the Thrift IDL format.
Elm - Compiler for Elm, a functional language for reliable webapps.
purescript - A strongly-typed language that compiles to JavaScript
nirum - Nirum: IDL compiler and RPC/distributed object framework for microservices
language-lua - Lua parser and pretty-printer
language-javascript - Parser for JavaScript, in Haskell