InterpretedConst

Type Alias InterpretedConst 

Source
pub type InterpretedConst = (ConstDecl, Expr);
Expand description

A type for rust constants that have a concrete interpretation

Trait Implementations§

Source§

impl LeanFmt for InterpretedConst

Source§

fn lean_fmt(&self, f: &mut Formatter<'_>, cx: &LeanCtxt<'_, '_, '_>) -> Result