mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 11:12:51 -06:00
PGF.hs: export function missingLins
Also in Commands.hs: be explicit about things imported from the PGF library that are not in the public API. Also a couple of haddock documentation fixes.
This commit is contained in:
@@ -35,7 +35,7 @@ module PGF(
|
||||
categories, startCat,
|
||||
|
||||
-- * Functions
|
||||
functions, functionsByCat, functionType,
|
||||
functions, functionsByCat, functionType, missingLins,
|
||||
|
||||
-- * Expressions & Trees
|
||||
-- ** Tree
|
||||
@@ -132,7 +132,7 @@ module PGF(
|
||||
showProbabilities,
|
||||
readProbabilitiesFromFile,
|
||||
|
||||
-- ** SortTop
|
||||
-- -- ** SortTop
|
||||
-- forExample,
|
||||
|
||||
-- * Browsing
|
||||
|
||||
Reference in New Issue
Block a user