Indent long type signature under function name
This commit is contained in:
parent
9a86b1295f
commit
406b38f438
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue