mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-11 06:14:41 +03:00
Revert "Fix issue with case inside a type."
This reverts commit 50ca28c068
.
This commit is contained in:
parent
50ca28c068
commit
8ecb1aaf95
@ -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} ->
|
||||
|
@ -1 +0,0 @@
|
||||
1/1: Building test (test.idr)
|
@ -1,2 +0,0 @@
|
||||
rm -rf build
|
||||
$1 --no-banner --no-color --console-width 0 test.idr --check
|
@ -1,2 +0,0 @@
|
||||
Test : Type
|
||||
Test = (case () of () => String) -> ()
|
Loading…
Reference in New Issue
Block a user