html2purescript
html2purescript copied to clipboard
HP.type does not work
When i try to run the example on halogen 5 it does not seem to accept HP.type
import DOM.HTML.Indexed.ButtonType (ButtonType(..)) as I
import DOM.HTML.Indexed.InputType (InputType(..)) as I
HP.type_ I.InputText
HP.type_ I.ButtonSubmit