]> Git — Sourcephile - haskell/symantic.git/history - symantic-lib/Language/Symantic/Lib/Ord.hs
Use AllowAmbiguousTypes to avoid Proxy uses.
[haskell/symantic.git] / symantic-lib / Language / Symantic / Lib / Ord.hs
2017-06-22 Julien MoutinhoUse AllowAmbiguousTypes to avoid Proxy uses.
2017-06-22 Julien MoutinhoChange Term to be a GADT, to avoid type applications...
2017-06-15 Julien MoutinhoImprove the module system.
2017-06-12 Julien MoutinhoMassive rewrite to better support rank-1 polymorphic...
2017-04-22 Julien MoutinhoTry to implement polymorphic types.
2017-04-19 Julien MoutinhoFix prefix/postfix operators wrt. term application.
2017-04-09 Julien MoutinhoAdd compileWithTyCtx.
2017-04-01 Julien MoutinhoFix Mono{Foldable,Functor} and {Semi,Is}Sequence constr...
2017-03-14 Julien MoutinhoFix time&space explosion of GHC's typechecker.
2017-03-10 Julien MoutinhoUse AllowAmbiguousTypes to avoid using Proxy.
2017-03-10 Julien MoutinhoCosmetic cleanup.
2017-03-06 Julien MoutinhoGather type declarations and infix declarations.
2017-02-11 Julien MoutinhoSplit into symantic{,-grammar,-lib}.