Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KonjacSource committed Oct 24, 2024
1 parent 9c45b4e commit 74af12a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ ghci> run "Eaxmple.shitt"

## TODO

- [ ] OTT
- [ ] Operators
- [ ] Universe polymorphism
- [ ] Positive checking for data types
Expand Down
2 changes: 1 addition & 1 deletion shitt.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ source-repository head
library
exposed-modules:
Common
Draft
ShiTT.Check
ShiTT.CheckFunction
ShiTT.Context
Expand All @@ -38,7 +39,6 @@ library
ShiTT.Termination.Check
ShiTT.Termination.Ord
ShiTT.TermParser
Test
other-modules:
Paths_shitt
autogen-modules:
Expand Down
2 changes: 1 addition & 1 deletion src/Test.hs → src/Draft.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-}
{-# OPTIONS_GHC -Wno-type-defaults #-}
-- {-# OPTIONS_GHC -Wno-incomplete-patterns #-}
module Test where
module Draft where
-- import ShiTT.Syntax
-- import ShiTT.Eval
-- import ShiTT.Context
Expand Down
1 change: 1 addition & 0 deletions src/ShiTT/TermParser.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- | Parser single term. This is for test.
module ShiTT.TermParser where

import Control.Applicative hiding (many, some)
Expand Down

0 comments on commit 74af12a

Please sign in to comment.