val skip :
< contramap : ( 'b->'b )Core_kernel.ref
; of_json : ( 'c->'d )Core_kernel.ref.. >as 'a ->'e
val int :
< map : ( 'b->'b )Core_kernel.ref
; of_json : ( [> `Int of 'c ]->'d )Core_kernel.ref.. >as 'a ->'e
val string :
< map : ( 'b->'b )Core_kernel.ref
; of_json : ( [> `String of 'c ]->'d )Core_kernel.ref.. >as 'a ->'e
val bool :
< map : ( 'b->'b )Core_kernel.ref
; of_json : ( [> `Bool of 'c ]->'d )Core_kernel.ref.. >as 'a ->'e
val list :
< map : ( 'a->'b )Core_kernel.ref
; of_json : ( 'c->'d )Core_kernel.ref.. >->< map : ( 'a list->'b list )Core_kernel.ref
; of_json : ( [> `List of 'c list ]->'d list )Core_kernel.ref.. >as 'e ->'f