Method | Description | |
---|---|---|
AbstractionTerm ( string token, ITerm body ) : System.Collections.Generic | ||
Apply ( ITerm expression ) : ITerm | ||
Evaluate ( ITerm>.IDictionary |
||
GetFreeVariables ( ) : string[] | ||
Substitute ( string variable, ITerm expression ) : ITerm | ||
ToString ( ) : string |
public AbstractionTerm ( string token, ITerm body ) : System.Collections.Generic | ||
token | string | |
body | ITerm | |
return | System.Collections.Generic |
public Evaluate ( ITerm>.IDictionary |
||
environment | ITerm>.IDictionary | |
return | ITerm |
public Substitute ( string variable, ITerm expression ) : ITerm | ||
variable | string | |
expression | ITerm | |
return | ITerm |