remove ml export

This commit is contained in:
Mike J Innes 2017-04-18 19:02:55 +01:00
parent 5cb30cecfe
commit a3acf11a60

View File

@ -1,7 +1,7 @@
import DataFlow: mapconst, cse import DataFlow: mapconst, cse
using MacroTools: @q using MacroTools: @q
export @net, @ml export @net
function process_func(ex, params = []) function process_func(ex, params = [])
@capture(shortdef(ex), (args__,) -> body_) @capture(shortdef(ex), (args__,) -> body_)