1
Fork 0

Indent long type signature under function name

This commit is contained in:
Jordan Martinez 2019-05-20 17:42:39 -07:00
commit 406b38f438

View file

@ -154,8 +154,9 @@ type Spec st query act ps input msg m =
type Spec' st input m = Spec st (Const Void) Void () input Void m
defaultSpec :: forall st query act ps input msg m
. Spec st query act ps input msg m
defaultSpec
:: forall st query act ps input msg m
. Spec st query act ps input msg m
defaultSpec =
{ render: const (HH.text mempty)
, handleAction: const (pure unit)