Update docs.

This commit is contained in:
Dillon Kearns 2022-09-15 08:10:01 -07:00
parent c3d3909eb5
commit cddf0ca412
2 changed files with 4 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,11 +1,8 @@
module Pages.Generate exposing
( Type(..), serverRender, buildWithLocalState, buildNoState
, Builder
)
module Pages.Generate exposing (Type(..), serverRender, buildWithLocalState, buildNoState, Builder)
{-|
@docs Type, serverRender, buildWithLocalState, buildNoState
@docs Type, serverRender, buildWithLocalState, buildNoState, Builder
-}
@ -31,6 +28,7 @@ typeToDeclaration name type_ =
Elm.customType name variants
{-| -}
type Builder
= Builder
{ data : ( Type, Elm.Expression -> Elm.Expression )