1
0
forked from GitHub/gf-core

added PassV2 to App; PassVPSlash did not work as VPSlash was disabled for speed reasons

This commit is contained in:
aarne
2015-07-21 13:01:29 +00:00
parent e4525d1565
commit 3d22d05bdc
16 changed files with 63 additions and 22 deletions

View File

@@ -22,10 +22,6 @@ putImports i s =
extra s = unlines (init (lines s) ++ extraLines ++ ["}"])
extraLines = -- [] -- default: no extra
[
"",
"ComplV2 v np = mkVP v np ;",
""
]
extraLines = [
" PassV2 v2 = passiveVP v2 ;"
] -- default: no extra