/horizon-spec-0.12.0/Flag/Type.dhall

Copy path to clipboard

Source

let Flag
: ∀(x : Type) → Type
= λ(x : Type) → < Disable : x | Enable : x >

in Flag