Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
julbinb committed Nov 22, 2023
1 parent d5d99ac commit e09b760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/chapters/chap-background.tex
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ \chapter{Background} %: Types and Multiple Dispatch in Julia}%
\begin{figure}[t]
%-(x::Date, y::Week) = Date(UTD(value(x) - 7*value(y)))
\begin{julia}
-(x::BigInt) = MPZ.neg(x, y)
-(x::BigInt) = MPZ.neg(x)
-(x::BigInt, y::BigInt) = MPZ.sub(x, y)
-(x::T, y::T) where T<:Union{Int16, Int32, ..., UInt128} = sub_int(x, y)
-(m::Missing, n::Number) = missing
Expand Down
2 changes: 1 addition & 1 deletion src/metainfo.tex
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
In this dissertation, I propose a decidable subtype relation for a restricted
language of Julia types where existential types inside invariant constructors
are limited to ones expressible with use-site variance.
To estimate migration effort that would be required for switching to the
To estimate the migration effort that would be required for switching to the
restricted type language, I analyze type annotations in the corpus of 9K
registered Julia packages.
Out of 2M statically identifiable type annotations in the corpus,
Expand Down

0 comments on commit e09b760

Please sign in to comment.