diff options
| author | Prasanth Kolachina <pkolachi@users.noreply.github.com> | 2018-05-24 09:52:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-24 09:52:48 +0200 |
| commit | 19c6090e8555fe3d5225f36d481792aaa7e5259f (patch) | |
| tree | 7357a63e20abe5af7599010c3037ca6ab44a6477 /src/runtime/haskell/PGF.hs | |
| parent | 10df5a7269721ab0807ec7a0fe4b75cd1bb16d87 (diff) | |
| parent | ef4731e8ba5cada83b97b6d8068366f68bd8adff (diff) | |
Merge pull request #50 from pkolachi/master
function for linearizing variants (bracketedStringAll)
Diffstat (limited to 'src/runtime/haskell/PGF.hs')
| -rw-r--r-- | src/runtime/haskell/PGF.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/haskell/PGF.hs b/src/runtime/haskell/PGF.hs index 6c0002a8a..134a13c3b 100644 --- a/src/runtime/haskell/PGF.hs +++ b/src/runtime/haskell/PGF.hs @@ -58,7 +58,7 @@ module PGF( -- * Operations -- ** Linearization - linearize, linearizeAllLang, linearizeAll, bracketedLinearize, tabularLinearizes, + linearize, linearizeAllLang, linearizeAll, bracketedLinearize, bracketedLinearizeAll, tabularLinearizes, groupResults, -- lins of trees by language, removing duplicates showPrintName, |
