Skip to content

Releases: ProgramingIsTheFuture/ppx_default

Release list

0.1.1

Choose a tag to compare

@ProgramingIsTheFuture ProgramingIsTheFuture released this 07 Oct 16:22

CHANGES:

New features:

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