Revert "Fix issue with case inside a type."

This reverts commit 50ca28c068.
This commit is contained in:
Guillaume Allais 2022-07-18 15:58:29 +01:00
parent 50ca28c068
commit 8ecb1aaf95
4 changed files with 0 additions and 6 deletions

View File

@ -84,7 +84,6 @@ checkPi rig elabinfo nest env fc rigf info n argTy retTy expTy
-- it's always erased
getRig : ElabMode -> RigCount
getRig (InLHS _) = rig
getRig InExpr = rig
getRig _ = erased
findLamRig : {auto c : Ref Ctxt Defs} ->

View File

@ -1 +0,0 @@
1/1: Building test (test.idr)

View File

@ -1,2 +0,0 @@
rm -rf build
$1 --no-banner --no-color --console-width 0 test.idr --check

View File

@ -1,2 +0,0 @@
Test : Type
Test = (case () of () => String) -> ()