]> Git — Sourcephile - haskell/symantic.git/history - symantic-lib/Language/Symantic/Lib/Function.hs
Add TyApp pattern synonyms (:$) and (:@).
[haskell/symantic.git] / symantic-lib / Language / Symantic / Lib / Function.hs
2017-08-18 Julien MoutinhoAdd TyApp pattern synonyms (:$) and (:@).
2017-08-15 Julien MoutinhoAdd term Function.($).
2017-07-02 Julien MoutinhoIntegrate types to the module system.
2017-06-27 Julien MoutinhoRename inj_* -> *Inj.
2017-06-24 Julien MoutinhoRemove Proxy in Sym instances.
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...