5 lines
146 B
Text
5 lines
146 B
Text
let Any = ./Any/Type.dhall
|
|
|
|
in { toAny : ∀(t : Type) → ∀(v : t) → Any
|
|
, toTypeUnchecked : ∀(t : Type) → ∀(v : Any) → t
|
|
}
|