Willmo36 / fp-ts-form

Port of Lumi's Form DSL to fp-ts
MIT License
17 stars 0 forks source link

Dynamic input helper and example #5

Closed Willmo36 closed 4 years ago

Willmo36 commented 4 years ago

Add multiform function which lifts Form<A,B> to Form<Map<K,A>, Map<K,B>> for some supplied key K. An example has been added to the examples dir.