diff options
Diffstat (limited to 'src/GF/UseGrammar')
| -rw-r--r-- | src/GF/UseGrammar/Editing.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/GF/UseGrammar/Editing.hs b/src/GF/UseGrammar/Editing.hs index 6f444efe8..b740d6d08 100644 --- a/src/GF/UseGrammar/Editing.hs +++ b/src/GF/UseGrammar/Editing.hs @@ -5,6 +5,7 @@ import qualified GFC import TypeCheck import LookAbs import AbsCompute +import Macros (errorCat) import Operations import Zipper @@ -35,7 +36,7 @@ actVal :: State -> Val actVal = valNode . nodeTree . actTree actCat :: State -> Cat -actCat = errVal undefined . val2cat . actVal ---- undef +actCat = errVal errorCat . val2cat . actVal ---- undef actAtom :: State -> Atom actAtom = atomTree . actTree |
