Fixed 12 failures in ArrayUsageCheckTest by defining the occam operators
This commit is contained in:
parent
aa7d6b9b44
commit
d2705eaf0c
|
@ -51,7 +51,8 @@ instance Show FlattenedExp where
|
|||
show fexp = runIdentity $ showFlattenedExp (return . showOccam) fexp
|
||||
|
||||
testCompState :: CompState
|
||||
testCompState = emptyState
|
||||
testCompState = execState defineOccamOperators emptyState
|
||||
|
||||
rr :: ReaderT CompState m a -> m a
|
||||
rr = flip runReaderT testCompState
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user