properly importing functions

This commit is contained in:
Dhairya Gandhi 2018-08-20 13:35:55 +05:30
parent e239eb1105
commit 06aad375fc

View File

@ -1,6 +1,6 @@
using Juno
using Flux.Tracker: back!
import Flux: stop, StopException
using Flux: stop, StopException
runall(f) = f
runall(fs::AbstractVector) = () -> foreach(call, fs)