package stitch
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Function.Return_value
Source
Source
val make :
to_yojson:('a -> Yojson.Safe.json) ->
of_yojson:(Yojson.Safe.json -> ('a, string) result) ->
equal:('a -> 'a -> bool) ->
show:('a -> string) ->
'a t