TypeUtils
org.encalmo.utils.TypeUtils
object TypeUtils
Members list
Value members
Concrete methods
Simplify a type to its underlying type, use dealias and tree matching to handle opaque types. Returns a Left of an upper bound of the opaque type if not Any, otherwise a Right containing dealiased type.
Simplify a type to its underlying type, use dealias and tree matching to handle opaque types. Returns a Left of an upper bound of the opaque type if not Any, otherwise a Right containing dealiased type.
Attributes
In this article