Skip to content

Releases: ProgramingIsTheFuture/ppx_default

0.1.1

07 Oct 16:22
Compare
Choose a tag to compare

CHANGES:

New features:

  • hability to default any type
    ex:
type test = int [@@deriving default]
(* val test_default : () -> test *)