Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 146 Bytes

CHANGES.md

File metadata and controls

9 lines (8 loc) · 146 Bytes

v0.1.1

New features:

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