mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-26 11:18:55 -06:00
Added monad isntances for List and Maybe.
This commit is contained in:
@@ -327,4 +327,3 @@ return _ d = d.return
|
||||
bind : (M : Type -> Type) -> Monad M
|
||||
-> (A : Type) -> (B : Type) -> M A -> (A -> M B) -> M B
|
||||
bind _ d = d.bind
|
||||
|
||||
|
||||
Reference in New Issue
Block a user