data Dir : TypeShow Dirdata LoadType : TypeShow LoadTypedata InputType : TypeButton : InputTypeCheckBox : InputTypeColor : InputTypeDate : InputTypeDateTime : InputTypeEmail : InputTypeFile : InputTypeImage : InputTypeMonth : InputTypeNumber : InputTypePassword : InputTypeRadio : InputTypeRange : InputTypeTel : InputTypeText : InputTypeTime : InputTypeURL : InputTypeWeek : InputTypeShow InputTypedata Attribute : Type -> TypeAttributes : Type -> TypedisplayAttribute : Attribute ev -> Maybe StringdisplayAttributes : Attributes ev -> StringgetId : Attributes ev -> Maybe StringgetEvents : Attributes ev -> List (DOMEvent ev)dispAttr : String -> (a -> String) -> a -> Attribute evshowAttr : Show a => String -> a -> Attribute evaccesskey : String -> Attribute evaction : String -> Attribute evalt : String -> Attribute evautocapitalize : Bool -> Attribute evautocomplete : Bool -> Attribute evautofocus : Bool -> Attribute evautoplay : Bool -> Attribute evchecked : Bool -> Attribute evcite : String -> Attribute evclass : String -> Attribute evclasses : List String -> Attribute evcols : Bits32 -> Attribute evcolspan : Bits32 -> Attribute evcontenteditable : Bool -> Attribute evcontrols : Bool -> Attribute evdata_ : String -> Attribute evdir : Dir -> Attribute evdisabled : Bool -> Attribute evdownload : String -> Attribute evdraggable : Bool -> Attribute evfor : String -> Attribute evform : String -> Attribute evheight : Bits32 -> Attribute evhref : String -> Attribute evhreflang : String -> Attribute evid : String -> Attribute evlabel : String -> Attribute evlang : String -> Attribute evloading : LoadType -> Attribute evlist : String -> Attribute evloop : Bool -> Attribute evmaxlength : Bits32 -> Attribute evminlength : Bits32 -> Attribute evmultiple : Bool -> Attribute evmuted : Bool -> Attribute evname : String -> Attribute evplaceholder : String -> Attribute evreadonly : Bool -> Attribute evrequired : Bool -> Attribute evreverse : Bool -> Attribute evrows : Bits32 -> Attribute evrowspan : Bits32 -> Attribute evselected : Bool -> Attribute evspellcheck : Bool -> Attribute evsrc : String -> Attribute evstyle : String -> Attribute evtabindex : Int32 -> Attribute evtarget : String -> Attribute evtitle : String -> Attribute evtype : InputType -> Attribute evvalue : String -> Attribute evwidth : Bits32 -> Attribute evwrap : Bool -> Attribute evclick : (MouseInfo -> Maybe ev) -> Attribute evonClick : ev -> Attribute evonLeftClick : ev -> Attribute evonRightClick : ev -> Attribute evonMiddleClick : ev -> Attribute evdblClick : (MouseInfo -> Maybe ev) -> Attribute evonDblClick : ev -> Attribute evonChange : (String -> ev) -> Attribute evonChecked : (Bool -> ev) -> Attribute evonInput : (String -> ev) -> Attribute evonEnterDown : ev -> Attribute evonEscDown : ev -> Attribute evonShiftDown : ev -> Attribute evonShiftUp : ev -> Attribute evonAltDown : ev -> Attribute evonAltUp : ev -> Attribute evonCtrlUp : ev -> Attribute evonCtrlDown : ev -> Attribute evonKeyUp : (KeyInfo -> ev) -> Attribute evonBlur : ev -> Attribute evonFocus : ev -> Attribute ev