pub fn parse_left_hand_sides_file(path: &Path) -> Result<Vec<LeftHandSide>>
Expand description
Parse a sequence of LeftHandSide
s from a file on
disk.
pub fn parse_left_hand_sides_file(path: &Path) -> Result<Vec<LeftHandSide>>
Parse a sequence of LeftHandSide
s from a file on
disk.