Skip to content

Commit

Permalink
add exports
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeInnes committed Nov 10, 2014
1 parent 65175ae commit 6ecd0cd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 12 additions & 1 deletion base/exports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export
Test,
BLAS,
LAPACK,
Docs,
Markdown,

# Types
AbstractMatrix,
Expand Down Expand Up @@ -1221,6 +1223,8 @@ export
popdisplay,
pushdisplay,
redisplay,
HTML,
Text,

# distributed arrays
dfill,
Expand Down Expand Up @@ -1339,6 +1343,10 @@ export
@r_str,
@r_mstr,
@v_str,
@text_str,
@text_mstr,
@html_str,
@html_mstr,
@int128_str,
@uint128_str,
@bigint_str,
Expand Down Expand Up @@ -1392,4 +1400,7 @@ export
@simd,
@label,
@goto,
@inline
@inline,
@doc,
@doc_str,
@doc_mstr
2 changes: 2 additions & 0 deletions base/sysimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ include("client.jl")

include("markdown/Markdown.jl")
include("docs.jl")
using .Docs
using .Markdown

# (s)printf macros
include("printf.jl")
Expand Down

0 comments on commit 6ecd0cd

Please sign in to comment.