Common

org.finos.morphir.ir.sdk.Common
object Common

Attributes

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

Members list

Type members

Classlikes

final class VSpec(data: () => (String, Chunk[(String, UType)])) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def tFun(firstArgType: UType, rest: UType*)(returnType: UType): UType
def tFun(argTypes: List[UType], returnType: UType): UType
def tVar(varName: String): UType
def toFQName(moduleName: ModuleName, localName: String): FQName
def vSpec(name: String, inputs: (String, UType)*): VSpec

Concrete fields