Up
–
lru-cache
»
Lru_cache
» Monad
Module type
Lru_cache.Monad
type
'a t
val
bind :
'a
t
->
(
'a
->
'b
t
)
->
'b
t
val
return :
'a
->
'a
t