Skip to main content

parse_signature

Function parse_signature 

Source
pub fn parse_signature(def: &BuiltinDef, eff_var: u32) -> Result<Ty, String>
Expand description

Parse one signature into a Ty. eff_var is the row-variable id to use for the definition’s open row, if it has one.