Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KonjacSource committed Sep 20, 2024
1 parent 701f3a3 commit cd387ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ghci> run "Eaxmple.shitt"
- [x] Evaluation by HOAS
- [x] Meta variables and implict arugments (pattern unification)
- [x] Pattern matching and data type
- [x] Absurd patterns.
- [x] Coverage checking
- [x] Without K
- [x] [Syntax Highlight](https://github.com/KonjacSource/shitt-highlight)
Expand Down
2 changes: 0 additions & 2 deletions src/ShiTT/Syntax.hs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ data Raw
| SrcPos SourcePos Raw
| Hole



instance Show Raw where
show = show . toV where
toIcit = \case
Expand Down

0 comments on commit cd387ba

Please sign in to comment.