cflp-2009.2.1: Constraint Functional-Logic Programming in HaskellSource codeContentsIndex
CFLP.Strategies.DepthLimit
Documentation
class DepthLimiter c whereSource
Methods
depthLimit :: c -> IntSource
resetDepthLimit :: c -> Int -> c -> cSource
show/hide Instances
data DepthLim s a Source
show/hide Instances
data DepthLimCtx c Source
show/hide Instances
limitDepth :: Monad s => Int -> s c -> DepthLim s (DepthLimCtx c)Source
setDepthLimit :: (Monad s, DepthLimiter c, MonadUpdate c s) => c -> Int -> s ()Source
Produced by Haddock version 2.4.2