mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 17:52:51 -06:00
last-minute bug fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user