dzen-dhall-1.0.0: dhall/utils/showState.dhall
let State = ../types/State.dhall
let showState
: State → Text
= λ(state : State) → merge { State = λ(x : Text) → x } state
in showState
let State = ../types/State.dhall
let showState
: State → Text
= λ(state : State) → merge { State = λ(x : Text) → x } state
in showState