dzen-dhall-1.0.0: dhall/types/State.dhall
{- `State` is just a tagged ("newtyped", in Haskell terminology) piece of text.
Tagging is used to catch more errors during type checking, by preventing
unification with `Text` values of other domains.
`State` values are meant to be constructed using `utils.mkState`.
-}
let State = < State : Text > in State