Navigation
Types
public data Result[&T] = ok() | result(&T val);
public data Exception 
  = StaticError(str message, loc location)
  ;
Usage import util::Eval;
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.