Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
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 subsumes :: GoalNSequent a l -> GoalNSequent a l -> Bool Source # |