You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2024. It is now read-only.
We need to be able to transfer and store for definitions.
This implies coming up with a serialization protocol for definitions, which can prove tricky because definitions contain functions at the leaves (and serializing functions is non trivial).
A simple approach would be to limit the validations (currently implemented as Kleisli[\/[String, ?], String, FormValue]) to a simple grammar (ADT).