comparison: handlers/copy.lua
handlers/copy.lua
- changeset 2
- 3975fa5ed630
- child 3
- b2df1b3f2c83
equal
deleted
inserted
replaced
|
1 |
|
2 module("handlers.copy", package.seeall) |
|
3 |
|
4 function phase1(f, env) |
|
5 end |
|
6 |
|
7 function phase2(f, env) |
|
8 -- copy here! |
|
9 end |