3 maintainer: mailto:logic@sourcephile.fr
5 https://radicle.sourcephile.fr/nodes/radicle-mermet.sourcephile.fr/rad:z3795BqJN8hSMGkyAUr8hHviEEi2H/issues
8 https://radicle.sourcephile.fr/nodes/radicle-mermet.sourcephile.fr/rad:z3795BqJN8hSMGkyAUr8hHviEEi2H
10 author: Julien Moutinho <julm+logic@sourcephile.fr>
11 copyright: Julien Moutinho <julm+logic@sourcephile.fr>
12 license: AGPL-3.0-or-later
13 license-file: LICENSES/AGPL-3.0-or-later.txt
15 -- PVP: +-+------- breaking API changes
16 -- | | +----- non-breaking API additions
17 -- | | | +--- code changes with no API change
18 version: 0.0.0.20240613
19 stability: experimental
21 synopsis: Logic names and axioms to build proofs.
25 * Matt Noonan's [Ghosts of departed proofs](https://doi.org/10.1145/3242744.3242755),
26 implemented in [gdp](https://hackage.haskell.org/package/gdp).
29 tested-with: GHC ==9.6.5
37 source-repository head
40 https://radicle-mermet.sourcephile.fr/z3795BqJN8hSMGkyAUr8hHviEEi2H.git
42 source-repository head
44 location: rad://z3795BqJN8hSMGkyAUr8hHviEEi2H
47 default-language: Haskell2010
69 -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
70 -Wpartial-fields -fprint-potential-instances
79 Logic.Theory.Arithmetic
84 Logic.Theory.Semigroup
86 build-depends: base >=4.10 && <5