dhall-nix-lib/primops.dhall

6 lines
146 B
Text
Raw Normal View History

2022-08-31 13:18:49 +00:00
let Any = ./Any/Type.dhall
in { toAny : ∀(t : Type) → ∀(v : t) → Any
, toTypeUnchecked : ∀(t : Type) → ∀(v : Any) → t
}