flite 0.1.1 → 0.1.2
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Flite/RedCompile.hs +1/−1
- flite.cabal +1/−1
Flite/RedCompile.hs view
@@ -82,7 +82,7 @@ trApp p d app | isPrimitiveApp app = R.PRIM (-1) rest- -- | isPrimitiveApp app = R.PRIM (-1) (reverse rest) {- PV STACK -}+ -- - | isPrimitiveApp app = R.PRIM (-1) (reverse rest) {- PV STACK -} | null luts = R.APP (isNormal rest) rest | otherwise = R.CASE (head luts) rest where
flite.cabal view
@@ -1,5 +1,5 @@ Name: flite-Version: 0.1.1+Version: 0.1.2 Synopsis: f-lite compiler, interpreter and libraries License: BSD3 License-file: LICENSE