Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Jul 31, 2024
1 parent bc030a0 commit 161e715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stdlib/Data/Maybe.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ applicativeMaybeI : Applicative Maybe :=
pure := just;
ap {A B} : Maybe (A -> B) -> Maybe A -> Maybe B
| (just f) (just x) := just (f x)
| _ _ := nothing;
| _ _ := nothing
};

0 comments on commit 161e715

Please sign in to comment.