Skip to content

Commit

Permalink
missed export, minor fixes (#50)
Browse files Browse the repository at this point in the history
(Ignoring formatting)
  • Loading branch information
adrpo committed Oct 2, 2020
1 parent 3f55fee commit 37b3a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/dangerous.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ end

""" O(n) """
function listArrayLiteral(lst::List{A})::Array{A} where {A<:Any}
local arr::Array{A}
#= Defined in the runtime =#
local arr::Array{A} = listArray(lst)
arr
end

Expand Down
1 change: 1 addition & 0 deletions src/exportmetaRuntime.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export intAbs
export intAdd
export intBitLShift
export intBitNot
export intBitAnd
export intBitOr
export intBitRShift
export intBitXor
Expand Down

0 comments on commit 37b3a62

Please sign in to comment.