File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ module Calculus
2424 # abstract type GradientEstimator end
2525 # abstract type HessianEstimator end
2626
27- # typealias NonDifferentiableFunction Function
27+ # const NonDifferentiableFunction = Function
2828 # type DifferentiableFunction
2929 # f::Function
3030 # g::Function
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import Base.show, Base.(==)
1414
1515Compat. @compat abstract type Symbolic end
1616Compat. @compat abstract type AbstractVariable <: Symbolic end
17- Compat . @compat typealias SymbolicVariable Union{Symbol, AbstractVariable}
17+ const SymbolicVariable = Union{Symbol, AbstractVariable}
1818
1919
2020# ################################################################
You can’t perform that action at this time.
0 commit comments