summaryrefslogtreecommitdiff
path: root/src/runtime/haskell-bind
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2017-08-30 16:35:57 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2017-08-30 16:35:57 +0200
commit7db9f51d78a24405e2f6544f6e5d57fa3a23fc44 (patch)
tree72912749c32595214c218aa1ca3637a0f682047d /src/runtime/haskell-bind
parent4a24bc98f21a4abccb39ca2b0f2972852a6fa90f (diff)
"ma" command in the C shell
Diffstat (limited to 'src/runtime/haskell-bind')
-rw-r--r--src/runtime/haskell-bind/PGF2.hsc2
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 =