From 3c7b6dbb47d766215d7d5b088dc9f724d6f939b9 Mon Sep 17 00:00:00 2001 From: Jeff Bezanson Date: Tue, 4 Nov 2014 15:06:53 -0500 Subject: [PATCH] export deprecation alias for String --- base/deprecated.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/base/deprecated.jl b/base/deprecated.jl index c87fd57019261..536f33e03482d 100644 --- a/base/deprecated.jl +++ b/base/deprecated.jl @@ -213,4 +213,5 @@ end @deprecate inf{T<:FloatingPoint}(::Type{T}) convert(T,Inf) @deprecate nan{T<:FloatingPoint}(::Type{T}) convert(T,NaN) +export String const String = AbstractString