geni-gui-0.25.1: GenI graphical user interface

Safe HaskellNone
LanguageHaskell2010

NLP.GenI.Simple.SimpleGui

Contents

Synopsis

Documentation

realisationsGui :: ProgState -> Window a -> [SimpleItem] -> GvIO () (GvItem Bool SimpleItem) Source #

Browser for derived/derivation trees, except if there are no results, we show a message box

fromListUsingKey :: Ord k => (a -> k) -> [a] -> Map k a Source #

Orphan instances