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
The signature of a function can be described using malli schemas, which can be used to pin down the target state of a ⟨state,function⟩ tuple by looking for the output schema in the malli registry.
This can be used to refine an ordinary map of schemas to functions into a collection of ⟨state,function,target state⟩ tuples that can be validated for correctness.
The text was updated successfully, but these errors were encountered:
The signature of a function can be described using
malli
schemas, which can be used to pin down the target state of a ⟨state,function⟩ tuple by looking for the output schema in themalli
registry.This can be used to refine an ordinary map of schemas to functions into a collection of ⟨state,function,target state⟩ tuples that can be validated for correctness.
The text was updated successfully, but these errors were encountered: