This file defines the Result type for symbolic compilation.
@[reducible, inline]
Equations
Instances For
Equations
- Cedar.SymCC.instReprError = { reprPrec := Cedar.SymCC.instReprError.repr }
Equations
- One or more equations did not get rendered due to their size.
- Cedar.SymCC.instReprError.repr Cedar.SymCC.Error.typeError prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Cedar.SymCC.Error.typeError")).group prec✝
Instances For
Equations
@[inline]
Equations
- Cedar.SymCC.coeResult = { coe := fun (a : α) => Except.ok a }
Equations
- One or more equations did not get rendered due to their size.