Address issues with unify's case tree in idris
Clean up some stuff in prelude Add parser for where
This commit is contained in:
@@ -159,4 +159,4 @@ map f (x :: xs) = f x :: map f xs
|
||||
|
||||
infixl 9 _∘_
|
||||
_∘_ : {A B C : U} -> (B -> C) -> (A -> B) -> A -> C
|
||||
(f . g) x = f ( g x)
|
||||
(f ∘ g) x = f (g x)
|
||||
|
||||
Reference in New Issue
Block a user