Add missing code blocks to layout docs

pull/75/head
Louis Pilfold 2017-12-09 15:09:22 +00:00 committed by GitHub
parent 4ded834a97
commit 3130fecf07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -44,6 +44,7 @@ linewise
-> RH.AppHost t ()
~~~~
~~~~.hs
linewise ::
forall n 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.Dynamic t (Widget n)))
-> RH.AppHost t ()
~~~~
~~~~.hs
processDefault ::
( ExactPrint.Annotate.Annotate ast
, MonadMultiWriter Text.Builder.Builder m
@ -63,3 +65,4 @@ processDefault ::
)
=> Located ast
-> m ()
~~~~