This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
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>
andValueOption<T>
. - Added support for F# class.
- Added support for F# record