diff options
| author | Krasimir Angelov <kr.angelov@gmail.com> | 2017-08-30 16:35:57 +0200 |
|---|---|---|
| committer | Krasimir Angelov <kr.angelov@gmail.com> | 2017-08-30 16:35:57 +0200 |
| commit | 7db9f51d78a24405e2f6544f6e5d57fa3a23fc44 (patch) | |
| tree | 72912749c32595214c218aa1ca3637a0f682047d /src/runtime | |
| parent | 4a24bc98f21a4abccb39ca2b0f2972852a6fa90f (diff) | |
"ma" command in the C shell
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 = |
