diff options
Diffstat (limited to 'examples/app/MkApp.hs')
| -rw-r--r-- | examples/app/MkApp.hs | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/examples/app/MkApp.hs b/examples/app/MkApp.hs index 47d336064..e1a655c22 100644 --- a/examples/app/MkApp.hs +++ b/examples/app/MkApp.hs @@ -22,10 +22,6 @@ putImports i s = extra s = unlines (init (lines s) ++ extraLines ++ ["}"]) -extraLines = -- [] -- default: no extra - - [ - "", - "ComplV2 v np = mkVP v np ;", - "" - ]
\ No newline at end of file +extraLines = [ + " PassV2 v2 = passiveVP v2 ;" + ] -- default: no extra |
