| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Otter
Documentation
module Otter.Rule
module Otter.SearchRes
class Subsumable n where Source #
Instances
| (Ord a, Ord l) => Subsumable (LSequent a l) Source # | |
| Subsumable s => Subsumable (tm ::: s) Source # | |
| (Ord a, Ord l) => Subsumable (GoalNSequent a l) Source # | |
Defined in Zsyntax.Labelled.Rule.Frontier Methods subsumes :: GoalNSequent a l -> GoalNSequent a l -> Bool Source # | |