ToConst

turbolift.Handler.ToConst
object ToConst

Type-level fluent interface for accessing Handler type aliases.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ToConst.type

Members list

Type members

Types

type Free[F[_], D, Elim] = ToConst[F, D, Elim, Any]

Alias for Handler, where To[_] is type-level constant function, and there are no dependencies.

Alias for Handler, where To[_] is type-level constant function, and there are no dependencies.

Attributes