-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
show: print types using exported type-aliases
For example, this prints Array{T,1} as Vector{T} and Array{T,2} as Matrix{T} and Base.GenericIOBuffer{Array{UInt8,1}} as IOBuffer, and generalizes some existing code. Co-authored-by: Kristoffer Carlsson <kristoffer.carlsson@chalmers.se>
- Loading branch information
1 parent
bb9361f
commit e9fc2de
Showing
144 changed files
with
1,428 additions
and
1,201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.