]> Git — Sourcephile - haskell/symantic.git/commit
Move libraries in Lib.
authorJulien Moutinho <julm+symantic@autogeree.net>
Thu, 2 Feb 2017 03:14:08 +0000 (04:14 +0100)
committerJulien Moutinho <julm+symantic@autogeree.net>
Thu, 2 Feb 2017 03:14:08 +0000 (04:14 +0100)
commit6f83ad044158e8c8980e1bdca108a761b868e392
tree8bfb98eb97fbcbfa282aeceae54ff5a898512038
parent24d41b942ccb6b87f61d479a803015e58ad9e769
Move libraries in Lib.
59 files changed:
Language/Symantic/Compiling.hs
Language/Symantic/Compiling/Term.hs
Language/Symantic/Helper/Data/HLint.hs [moved from Language/Symantic/Compiling/Bool/HLint.hs with 100% similarity]
Language/Symantic/Helper/Data/Type/HLint.hs [moved from Language/Symantic/Compiling/Functor/HLint.hs with 100% similarity]
Language/Symantic/Helper/Data/Type/List.hs [moved from Language/Symantic/Lib/Data/Type/List.hs with 93% similarity]
Language/Symantic/Helper/Data/Type/Peano.hs [moved from Language/Symantic/Lib/Data/Type/Peano.hs with 96% similarity]
Language/Symantic/Helper/HLint.hs [moved from Language/Symantic/Compiling/MonoFunctor/HLint.hs with 100% similarity]
Language/Symantic/Lib.hs [new file with mode: 0644]
Language/Symantic/Lib/Alternative.hs [moved from Language/Symantic/Compiling/Alternative.hs with 95% similarity]
Language/Symantic/Lib/Applicative.hs [moved from Language/Symantic/Compiling/Applicative.hs with 97% similarity]
Language/Symantic/Lib/Applicative/HLint.hs [moved from Language/Symantic/Lib/Data/HLint.hs with 100% similarity]
Language/Symantic/Lib/Applicative/Test.hs [moved from Language/Symantic/Compiling/Applicative/Test.hs with 94% similarity]
Language/Symantic/Lib/Bool.hs [moved from Language/Symantic/Compiling/Bool.hs with 97% similarity]
Language/Symantic/Lib/Bool/HLint.hs [moved from Language/Symantic/Lib/Data/Type/HLint.hs with 100% similarity]
Language/Symantic/Lib/Bool/Test.hs [moved from Language/Symantic/Compiling/Bool/Test.hs with 96% similarity]
Language/Symantic/Lib/Char.hs [moved from Language/Symantic/Compiling/Char.hs with 97% similarity]
Language/Symantic/Lib/Either.hs [moved from Language/Symantic/Compiling/Either.hs with 97% similarity]
Language/Symantic/Lib/Eq.hs [moved from Language/Symantic/Compiling/Eq.hs with 95% similarity]
Language/Symantic/Lib/Foldable.hs [moved from Language/Symantic/Compiling/Foldable.hs with 99% similarity]
Language/Symantic/Lib/Foldable/HLint.hs [new symlink]
Language/Symantic/Lib/Foldable/Test.hs [moved from Language/Symantic/Compiling/Foldable/Test.hs with 91% similarity]
Language/Symantic/Lib/Functor.hs [moved from Language/Symantic/Compiling/Functor.hs with 96% similarity]
Language/Symantic/Lib/Functor/HLint.hs [new symlink]
Language/Symantic/Lib/Functor/Test.hs [moved from Language/Symantic/Compiling/Functor/Test.hs with 92% similarity]
Language/Symantic/Lib/IO.hs [moved from Language/Symantic/Compiling/IO.hs with 97% similarity]
Language/Symantic/Lib/If.hs [moved from Language/Symantic/Compiling/If.hs with 95% similarity]
Language/Symantic/Lib/Int.hs [moved from Language/Symantic/Compiling/Int.hs with 96% similarity]
Language/Symantic/Lib/Integer.hs [moved from Language/Symantic/Compiling/Integer.hs with 97% similarity]
Language/Symantic/Lib/Integral.hs [moved from Language/Symantic/Compiling/Integral.hs with 98% similarity]
Language/Symantic/Lib/Lambda.hs [moved from Language/Symantic/Compiling/Lambda.hs with 98% similarity]
Language/Symantic/Lib/List.hs [moved from Language/Symantic/Compiling/List.hs with 98% similarity]
Language/Symantic/Lib/Map.hs [moved from Language/Symantic/Compiling/Map.hs with 98% similarity]
Language/Symantic/Lib/Map/Test.hs [moved from Language/Symantic/Compiling/Map/Test.hs with 95% similarity]
Language/Symantic/Lib/Maybe.hs [moved from Language/Symantic/Compiling/Maybe.hs with 97% similarity]
Language/Symantic/Lib/Monad.hs [moved from Language/Symantic/Compiling/Monad.hs with 97% similarity]
Language/Symantic/Lib/MonoFoldable.hs [moved from Language/Symantic/Compiling/MonoFoldable.hs with 98% similarity]
Language/Symantic/Lib/MonoFunctor.hs [moved from Language/Symantic/Compiling/MonoFunctor.hs with 98% similarity]
Language/Symantic/Lib/MonoFunctor/HLint.hs [new symlink]
Language/Symantic/Lib/MonoFunctor/Test.hs [moved from Language/Symantic/Compiling/MonoFunctor/Test.hs with 87% similarity]
Language/Symantic/Lib/Monoid.hs [moved from Language/Symantic/Compiling/Monoid.hs with 96% similarity]
Language/Symantic/Lib/NonNull.hs [moved from Language/Symantic/Compiling/NonNull.hs with 98% similarity]
Language/Symantic/Lib/Num.hs [moved from Language/Symantic/Compiling/Num.hs with 98% similarity]
Language/Symantic/Lib/Num/HLint.hs [new symlink]
Language/Symantic/Lib/Num/Test.hs [moved from Language/Symantic/Compiling/Num/Test.hs with 98% similarity]
Language/Symantic/Lib/Ord.hs [moved from Language/Symantic/Compiling/Ord.hs with 97% similarity]
Language/Symantic/Lib/Sequences.hs [moved from Language/Symantic/Compiling/Sequences.hs with 98% similarity]
Language/Symantic/Lib/Show.hs [moved from Language/Symantic/Compiling/Show.hs with 96% similarity]
Language/Symantic/Lib/Test.hs [moved from Language/Symantic/Compiling/Test.hs with 59% similarity]
Language/Symantic/Lib/Text.hs [moved from Language/Symantic/Compiling/Text.hs with 96% similarity]
Language/Symantic/Lib/Traversable.hs [moved from Language/Symantic/Compiling/Traversable.hs with 95% similarity]
Language/Symantic/Lib/Tuple2.hs [moved from Language/Symantic/Compiling/Tuple2.hs with 98% similarity]
Language/Symantic/Lib/Tuple2/HLint.hs [new symlink]
Language/Symantic/Lib/Tuple2/Test.hs [moved from Language/Symantic/Compiling/Tuple2/Test.hs with 91% similarity]
Language/Symantic/Lib/Unit.hs [moved from Language/Symantic/Compiling/Unit.hs with 97% similarity]
Language/Symantic/Parsing/Token.hs
Language/Symantic/Test.hs
Language/Symantic/Typing/Constant.hs
Language/Symantic/Typing/Test.hs
symantic.cabal