cflp-2009.1.28: Constraint Functional-Logic Programming in HaskellSource codeContentsIndex
CFLP.Strategies.DepthCounter
Documentation
class DepthCounter c whereSource
Methods
currentDepth :: c -> IntSource
incrementDepth :: c -> c -> cSource
show/hide Instances
data Depth s a Source
show/hide Instances
data DepthCtx c Source
show/hide Instances
countDepth :: Monad s => s c -> Depth s (DepthCtx c)Source
Produced by Haddock version 2.4.2