Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
KonjacSource committed Sep 6, 2024
1 parent 9c790bb commit 3e73f59
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-haskell@v1
with:
ghc-version: '8.10.3'
ghc-version: '9.6.4'
cabal-version: '3.2'

- name: Cache
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.stack-work/
dist-newstyle/
*~
2 changes: 0 additions & 2 deletions Example.shitt
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ fun addComm (x y : N) : Id (add x y) (add y x) where
fun nomatchTest (n : N) (_: Id (succ (succ n)) (succ n)) : N where
| n k !@ k

---

data Imf {A B : U} (f : A -> B) : (_ : B) -> U where
| imf : (x : A) -> ... (f x)

Expand Down
1 change: 0 additions & 1 deletion src/ShiTT/Parser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import Control.Monad.Reader

import qualified ShiTT.Decl as D
import ShiTT.Decl (Pattern(PVar, PCon), Rhs(Rhs, NoMatchFor))

import ShiTT.Context
import ShiTT.Syntax
import Data.Char
Expand Down

0 comments on commit 3e73f59

Please sign in to comment.