1
0
forked from GitHub/gf-core

math API; lock field warnings

This commit is contained in:
aarne
2006-01-31 17:10:31 +00:00
parent 755a3d4ccc
commit e59bad1f19
2 changed files with 25 additions and 22 deletions

View File

@@ -128,6 +128,8 @@ term2CFItems m t = errIn "forming cf items" $ case t of
its <- mapM t2c ts
tryMkCFTerm (concat its)
P (S c _) _ -> t2c c --- w-around for bug in Compute? AR 31/1/2006
P arg s -> extrR arg s
K (KS s) -> return [[PTerm (RegAlts [s]) | not (null s)]]