Interpreter

org.finos.morphir.core.capabilities.free.Free.Interpreter
trait Interpreter[F[_, _], G[_, _]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def interpret[E, A](fa: F[E, A]): G[E, A]