diff options
Diffstat (limited to 'src/runtime')
| -rw-r--r-- | src/runtime/haskell-bind/PGF2.hsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/haskell-bind/PGF2.hsc b/src/runtime/haskell-bind/PGF2.hsc index 43c9fe40e..a23982465 100644 --- a/src/runtime/haskell-bind/PGF2.hsc +++ b/src/runtime/haskell-bind/PGF2.hsc @@ -344,7 +344,7 @@ graphvizParseTree c e = -- Functions using Concr -- Morpho analyses, parsing & linearization -type MorphoAnalysis = (Fun,String,Float) +type MorphoAnalysis = (Fun,Cat,Float) lookupMorpho :: Concr -> String -> [MorphoAnalysis] lookupMorpho (Concr concr master) sent = |
