Skip to content

Commit

Permalink
Fix broken url
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseBlaauwbroek committed Jan 3, 2024
1 parent 0aab3e0 commit 6113b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/logic_monad.ml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ struct
applications can be significantly slower.
Documentation of this behaviour can be found at:
https://ocaml.janestreet.com/?q=node/30 *)
https://blog.janestreet.com/the-dangers-of-being-too-partial/ *)

include Monad.Make(struct
type 'a t = unit -> 'a
Expand Down

0 comments on commit 6113b7d

Please sign in to comment.