Add missing code blocks to layout docs
parent
4ded834a97
commit
3130fecf07
|
@ -44,6 +44,7 @@ linewise
|
||||||
-> RH.AppHost t ()
|
-> RH.AppHost t ()
|
||||||
~~~~
|
~~~~
|
||||||
|
|
||||||
|
~~~~.hs
|
||||||
linewise ::
|
linewise ::
|
||||||
forall n t.
|
forall n t.
|
||||||
(Ord n, R.ReflexHost t, MonadIO (R.PushM t), MonadIO (R.HostFrame t))
|
(Ord n, R.ReflexHost t, MonadIO (R.PushM t), MonadIO (R.HostFrame t))
|
||||||
|
@ -54,8 +55,9 @@ linewise ::
|
||||||
, R.Behavior t String -- tab-completion value
|
, R.Behavior t String -- tab-completion value
|
||||||
, R.Dynamic t (Widget n)))
|
, R.Dynamic t (Widget n)))
|
||||||
-> RH.AppHost t ()
|
-> RH.AppHost t ()
|
||||||
|
~~~~
|
||||||
|
|
||||||
|
~~~~.hs
|
||||||
processDefault ::
|
processDefault ::
|
||||||
( ExactPrint.Annotate.Annotate ast
|
( ExactPrint.Annotate.Annotate ast
|
||||||
, MonadMultiWriter Text.Builder.Builder m
|
, MonadMultiWriter Text.Builder.Builder m
|
||||||
|
@ -63,3 +65,4 @@ processDefault ::
|
||||||
)
|
)
|
||||||
=> Located ast
|
=> Located ast
|
||||||
-> m ()
|
-> m ()
|
||||||
|
~~~~
|
||||||
|
|
Loading…
Reference in New Issue