]> Git — Sourcephile - haskell/symantic.git/commit
Use GHC-8.0.1's TypeInType to handle kinds better, and migrate Compiling.
authorJulien Moutinho <julm+symantic@autogeree.net>
Wed, 7 Dec 2016 03:26:22 +0000 (04:26 +0100)
committerJulien Moutinho <julm+symantic@autogeree.net>
Wed, 7 Dec 2016 05:00:04 +0000 (06:00 +0100)
commit3570eacdf402207057927e066276082de673884b
tree4f8bc226d16e0a9cf5e05bce0bdc6d8a168bb349
parent511505f14afc967c1fcc449706845778575d1fe2
Use GHC-8.0.1's TypeInType to handle kinds better, and migrate Compiling.
38 files changed:
Language/Symantic/Compiling.hs
Language/Symantic/Compiling/Applicative.hs [new file with mode: 0644]
Language/Symantic/Compiling/Applicative/Test.hs [new file with mode: 0644]
Language/Symantic/Compiling/Bool.hs
Language/Symantic/Compiling/Bool/HLint.hs [new symlink]
Language/Symantic/Compiling/Bool/Test.hs
Language/Symantic/Compiling/Char.hs [new file with mode: 0644]
Language/Symantic/Compiling/Either.hs [new file with mode: 0644]
Language/Symantic/Compiling/Eq.hs
Language/Symantic/Compiling/Foldable.hs [new file with mode: 0644]
Language/Symantic/Compiling/Functor.hs [new file with mode: 0644]
Language/Symantic/Compiling/Functor/HLint.hs [new symlink]
Language/Symantic/Compiling/Functor/Test.hs [new file with mode: 0644]
Language/Symantic/Compiling/IO.hs [new file with mode: 0644]
Language/Symantic/Compiling/If.hs [new file with mode: 0644]
Language/Symantic/Compiling/Int.hs [new file with mode: 0644]
Language/Symantic/Compiling/Integer.hs [new file with mode: 0644]
Language/Symantic/Compiling/Integral.hs [new file with mode: 0644]
Language/Symantic/Compiling/Lambda.hs [deleted file]
Language/Symantic/Compiling/List.hs [new file with mode: 0644]
Language/Symantic/Compiling/Map.hs [new file with mode: 0644]
Language/Symantic/Compiling/Maybe.hs [new file with mode: 0644]
Language/Symantic/Compiling/Monad.hs [new file with mode: 0644]
Language/Symantic/Compiling/Monoid.hs [new file with mode: 0644]
Language/Symantic/Compiling/Num.hs [new file with mode: 0644]
Language/Symantic/Compiling/Ord.hs
Language/Symantic/Compiling/Term.hs
Language/Symantic/Compiling/Test.hs
Language/Symantic/Compiling/Text.hs [new file with mode: 0644]
Language/Symantic/Compiling/Traversable.hs [new file with mode: 0644]
Language/Symantic/Compiling/Tuple2.hs [new file with mode: 0644]
Language/Symantic/Typing/Constant.hs
Language/Symantic/Typing/Constraint.hs
Language/Symantic/Typing/Kind.hs
Language/Symantic/Typing/Syntax.hs
Language/Symantic/Typing/Test.hs
Language/Symantic/Typing/Type.hs
symantic.cabal