Skip to content

Commit

Permalink
fix: refix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Etherian committed Oct 16, 2019
1 parent 6bb0d87 commit fcb7f0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions std/test.glu
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ let assert_success : [Show e]
-> Eff [| error : Error e, writer : Test | r |] a
-> Eff [| writer : Test | r |] ()
=
run_error
>> flat_map assert_ok
run_error >> flat_map assert_ok

let assert_throws : forall e .
[Show a] -> Eff [| error : Error e, writer : Test | r |] a -> Eff [| writer : Test | r |] ()
Expand Down

0 comments on commit fcb7f0b

Please sign in to comment.