mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 11:45:31 -05:00
missing constraint in CCSexpM.ID_MONAD
This commit is contained in:
parent
23e3544adc
commit
b3d7a0d654
1 changed files with 3 additions and 2 deletions
|
|
@ -86,9 +86,10 @@ module MakeDecode(M : MONAD) : sig
|
|||
long enough or isn't a proper S-expression *)
|
||||
end
|
||||
|
||||
module ID_MONAD : MONAD
|
||||
module ID_MONAD : MONAD with type 'a t = 'a
|
||||
(** The monad that just uses blocking calls as bind
|
||||
@since 0.14 *)
|
||||
@since 0.14
|
||||
['a t = 'a] contraint is @since NEXT_RELEASE *)
|
||||
|
||||
module D : module type of MakeDecode(ID_MONAD)
|
||||
(** Decoder that just blocks when input is not available
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue