We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13caeb commit 12ad2f4Copy full SHA for 12ad2f4
libs/base/Data/List/Views.idr
@@ -28,7 +28,7 @@ public export
28
data Split : List a -> Type where
29
SplitNil : Split []
30
SplitOne : Split [x]
31
- SplitPair : {x, y : a} -> {xs, ys : List a} -> -- Explicit, don't erae
+ SplitPair : {x, y : a} -> {xs, ys : List a} -> -- Explicit, don't erase
32
Split (x :: xs ++ y :: ys)
33
34
splitHelp : (head : a) ->
0 commit comments