Restored read term in editor.

This commit is contained in:
aarne
2003-10-03 06:31:34 +00:00
parent 3f32852191
commit cfe8ebc1fb
4 changed files with 11 additions and 12 deletions

View File

@@ -222,14 +222,11 @@ execECommand env c = case c of
CAlphaConvert s -> action2commandNext $ \x ->
string2varPair s >>= \xy -> alphaConvert cgr xy x
{- ----
CRefineWithTree s -> action2commandNext $ \x ->
(string2treeErr cgr s x >>=
(string2treeInState gr s x >>=
\t -> refineWithTree der cgr t x)
CRefineParse str -> \s -> refineByTrees der cgr
(parseAny agrs (cat2CFCat (actCat (stateSState s))) str) s
-}
CRefineParse str -> \s ->
let cat = cat2CFCat (qualifTop sgr (actCat (stateSState s)))
ts = parseAny agrs cat str