OutToplevel

sealed trait OutToplevel[F[_], A] extends Out[F, A] with Toplevel[A]
Source:
ast.scala
trait Toplevel[A]
trait Out[F, A]
class Object
trait Matchable
class Any
class Enum[F, A]
class Scalar[F, A]
trait Selectable[F, A]
trait ObjectLike[F, A]
class Interface[F, A]
class Type[F, A]
class Union[F, A]

Value members

Abstract methods

override def mapK[G[_] : Functor](fk: FunctionK[F, G]): OutToplevel[G, A]
Definition Classes
Source:
ast.scala

Inherited methods

Inherited from:
Toplevel
Source:
ast.scala
Inherited from:
Toplevel
Source:
ast.scala