Skip to content

0.1.1

Latest
Compare
Choose a tag to compare
@ProgramingIsTheFuture ProgramingIsTheFuture released this 07 Oct 16:22
· 15 commits to main since this release

CHANGES:

New features:

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