Equations
- Aesop.selectNormRules rs fms goal = Aesop.profilingRuleSelection (rs.applicableNormalizationRules fms goal)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Aesop.selectSafeRules
{Q : Type}
[Queue Q]
(g : Goal)
 :
SearchM Q (Array (IndexMatchResult SafeRule))
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Aesop.selectUnsafeRules
{Q : Type}
[Queue Q]
(postponedSafeRules : Array PostponedSafeRule)
(gref : GoalRef)
 :
Equations
- One or more equations did not get rendered due to their size.