]> Git — Sourcephile - haskell/logic.git/commit
init main
authorJulien Moutinho <julm+logic@sourcephile.fr>
Thu, 13 Jun 2024 12:52:43 +0000 (14:52 +0200)
committerJulien Moutinho <julm+logic@sourcephile.fr>
Mon, 24 Jun 2024 10:16:49 +0000 (12:16 +0200)
commit68250d2551950b4ac2a76a31e3e8f0274fec5040
treea63d2488464550409a737ceea16fd08770e307f6
init
24 files changed:
.chglog/CHANGELOG.tpl.md [new file with mode: 0755]
.chglog/config.yml [new file with mode: 0755]
.envrc [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.hlint.yaml [new file with mode: 0644]
.reuse/dep5 [new file with mode: 0644]
ChangeLog.md [new file with mode: 0644]
LICENSES/AGPL-3.0-or-later.txt [new file with mode: 0644]
LICENSES/CC0-1.0.txt [new file with mode: 0644]
Makefile [new file with mode: 0644]
Readme.md [new file with mode: 0644]
flake.lock [new file with mode: 0644]
flake.nix [new file with mode: 0644]
fourmolu.yaml [new file with mode: 0644]
logic.cabal [new file with mode: 0644]
src/Logic.hs [new file with mode: 0644]
src/Logic/Kernel.hs [new file with mode: 0644]
src/Logic/Theory.hs [new file with mode: 0644]
src/Logic/Theory/Arithmetic.hs [new file with mode: 0644]
src/Logic/Theory/Bool.hs [new file with mode: 0644]
src/Logic/Theory/Eq.hs [new file with mode: 0644]
src/Logic/Theory/List.hs [new file with mode: 0644]
src/Logic/Theory/Ord.hs [new file with mode: 0644]
src/Logic/Theory/Semigroup.hs [new file with mode: 0644]