A library which provides traversal of records with an applicative
Description
This is a very small library which utilises the functionality provided by the =ppx_fields= syntax extension, more specifically it acts as a wrapper to the derived =Fields.make_creator= function for a given record type. The wrapper automatically handles all of the mapping and combining of applicative terms needed to build the record from a single applicative term for each field.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Published
21 Mar 2022
Authors
Maintainers
Sources
record_builder-v0.15.0.tar.gz
sha256=8a6e30166999971ecca0d52db2f45ed83a81e0d99679cf0c4dd649ce89b21bb1
Dependencies
Reverse Dependencies
core_extended
>= "v0.15.0"
Conflicts
None