mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
test
This commit is contained in:
parent
89c9e00500
commit
ccd506e387
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ Let's look at some basic terms we can build immediately.
|
||||||
- : Term.term = false
|
- : Term.term = false
|
||||||
|
|
||||||
# Term.eq tstore (Term.true_ tstore) (Term.false_ tstore);;
|
# Term.eq tstore (Term.true_ tstore) (Term.false_ tstore);;
|
||||||
- : Term.term = (= Bool true false)
|
- : Term.term = (= Bool false true)
|
||||||
```
|
```
|
||||||
|
|
||||||
Cool. Similarly, we need to manipulate types.
|
Cool. Similarly, we need to manipulate types.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue