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 0f08827320
commit 9b4c57b0dd
16 changed files with 287 additions and 23 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)]]