Equations
- (Isotope.STm.sym a).toExp = Isotope.SExp.atom a
- (Isotope.STm.op a es).toExp = Isotope.SExp.par fun (i : Fin arity) => (es i).toExp
Instances For
Equations
- (Isotope.SExp.atom a).toTerm = Isotope.STm.sym a
- (Isotope.SExp.par es).toTerm = Isotope.STm.op () fun (i : Isotope.UArgs.Ix length) => (es i).toTerm