Skip to main content

parse_clause

Function parse_clause 

Source
pub fn parse_clause(s: &str) -> Option<LpClause>
Expand description

Parse a Horn clause from a string: head :- b1, b2. or head.