drasil-lang-0.1.60.0: A framework for code and document generation for scientific software - Language SubPackage
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Drasil.Sentence.Extract

Description

Extract various kinds of UIDs from a Sentence. Used in conjunction with the chunk database in order to render terms, symbols, and references properly.

Synopsis

Documentation

sdep :: Sentence -> [UID] Source #

This is to collect symbolic UIDs that are printed out as a Symbol.

lnames :: Sentence -> [UID] Source #

Generic traverse of all positions that could lead to reference UIDs from Sentences.

lnames' :: [Sentence] -> [UID] Source #

Get reference UIDs from Sentences.