Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
2016-09-21
Build using topkg:
Record.Type.result
for result
valuesRecord.format
2016-08-01
(This release contains breaking changes, indicated by a star)
Record.format
now outputs a string based on Yojson.Safe
.of_yojson
function to use Result
to be compatible with ppx_deriving_yojson >= 3.0
(#18). The of_string
parameter of make_string
follows the same convention.2016-01-27
(This release contains breaking changes, indicated by a star)
declare
, field
, seal
, make
, layout_name
and layout_id
to a Record.Unsafe
submodule (#9)Polid
to Record.Polid
Target Yojson.Safe
(#15):
Record
module.Safe
. The Basic
interface will go away.Safe
variant, already in a submodule, switches to Safe
.2016-01-04
2015-12-01
-safe-string
(#6)2015-08-31
Record.declare0
(#4)Type.view
(#5)2015-08-17
Record.declare{1,2,3,4}
to build fixed-size layoutsRecord.layout_type
to use layout as types2015-08-03