Skip to content

Commit

Permalink
add iota and select (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblanqui authored Jul 16, 2024
1 parent 80b852e commit 48b4e90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Main.lp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ https://github.com/Deducteam/zenon_modulo/tree/modulo */

require open Stdlib.Prop Stdlib.Set Stdlib.Eq Stdlib.FOL;

symbol ι : Set;

symbol select (a:Set) : τ a;

symbol nnpp p : π (¬ ¬ p) → π p;
symbol Rfalse : π ⊥ → π ⊥;
symbol Rnottrue : π (¬ ⊤) → π ⊥;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Usage in Lambdapi
-----------------

```
require open Logic.Zenon.Main;
require open Stdlib.Prop Stdlib.Set Stdlib.Eq Stdlib.FOL Logic.Zenon.Main;
```

Compilation from the sources
Expand Down

0 comments on commit 48b4e90

Please sign in to comment.