Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KonjacSource committed Sep 22, 2024
1 parent cd387ba commit 1291902
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ ghci> run "Eaxmple.shitt"
- [x] Coverage checking
- [x] Without K
- [x] [Syntax Highlight](https://github.com/KonjacSource/shitt-highlight)
- [x] Higher Inductive Types(No boundary check yet)
- [x] REPL
- [x] Module system (very naive)

Expand Down Expand Up @@ -176,7 +175,9 @@ fun invf {A B : U} (f : A -> B) (y : B) (_ : Imf f y) : A where

Here `y` is restricted by `imf x`.

### HIT
### (TODO) HIT

For now, we can only do this.

```haskell
higher inductive Int : U where
Expand Down

0 comments on commit 1291902

Please sign in to comment.