Skip to content

Commit

Permalink
fix(std): export wrap_monad from transformer.glu
Browse files Browse the repository at this point in the history
  • Loading branch information
Etherian committed Feb 22, 2019
1 parent aceae12 commit 0e9d7bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion std/transformer.glu
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ type Transformer t = {
wrap_monad : forall a m . [Monad m] -> m a -> t m a
}

{ Transformer }
let wrap_monad ?_ ?tr ma : [Monad m] -> [Transformer t] -> m a -> t m a =
tr.wrap_monad ma

{ Transformer, wrap_monad }

0 comments on commit 0e9d7bc

Please sign in to comment.