module lang::flybytes::api::Object
rascal-0.40.17
flybytes-0.2.8
Usage
import lang::flybytes::api::Object;
Source code
http://github.com/usethesource/flybytes/blob/main/src/lang/flybytes/api/Object.rsc
Dependencies
import lang::flybytes::Syntax;
function toString
Exp toString(Exp obj)
function hashCode
Exp hashCode(Exp obj)
function equals
Exp equals(Exp obj, Exp compared)