dhall-nix-lib/primops.dhall

5 lines
146 B
Text

let Any = ./Any/Type.dhall
in { toAny : ∀(t : Type) → ∀(v : t) → Any
, toTypeUnchecked : ∀(t : Type) → ∀(v : Any) → t
}