Skip to content

Commit

Permalink
Merge pull request #4897 from SekiT/fix-typo-erase
Browse files Browse the repository at this point in the history
Fix typo: erae => erase
  • Loading branch information
melted committed Jun 26, 2021
2 parents a13caeb + 12ad2f4 commit 2ef8238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/base/Data/List/Views.idr
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public export
data Split : List a -> Type where
SplitNil : Split []
SplitOne : Split [x]
SplitPair : {x, y : a} -> {xs, ys : List a} -> -- Explicit, don't erae
SplitPair : {x, y : a} -> {xs, ys : List a} -> -- Explicit, don't erase
Split (x :: xs ++ y :: ys)

splitHelp : (head : a) ->
Expand Down

0 comments on commit 2ef8238

Please sign in to comment.