ADPfusionSet-0.0.0.2: Dynamic programming for Set data structures.

Safe HaskellNone
LanguageHaskell2010

ADP.Fusion.Core.Boundary

Contents

Description

Core structures for using Boundary indices. These are isomorphic to Int but are to be used to indicate "boundary" elements in sets.

Immediate use is given, if one for example wants to extract posterior scores for each possible endpoint in a set.

Documentation

Orphan instances

TableStaticVar u c (Boundary i I) Source # 

Methods

tableStaticVar :: Proxy * u -> c -> Context (Boundary i I) -> Boundary i I -> Context (Boundary i I) #

tableStreamIndex :: Proxy * u -> c -> Context (Boundary i I) -> Boundary i I -> Boundary i I #

Monad m => MkStream m S (Boundary i I) Source # 

Methods

mkStream :: S -> Context (Boundary i I) -> Boundary i I -> Boundary i I -> Stream m (Elm S (Boundary i I)) #

RuleContext (Boundary i I) Source # 

Associated Types

type Context (Boundary i I) :: * #