Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

v0.3.4

Latest
Compare
Choose a tag to compare
@quinchs quinchs released this 20 Sep 21:35
· 1 commit to dev since this release

This release adds support for F# option<T> and ValueOption<T> types as well as fixes bugs with F# records and F# classes as result types.

Added

  • Added support for F# option<T> and ValueOption<T>.
  • Added support for F# class.
  • Added support for F# record