Skip to content

Commit 4d53ef6

Browse files
committed
1 parent fc6fc1e commit 4d53ef6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pdf/sf-idris-2016.pdf

-219 Bytes
Binary file not shown.

src/Preface.lidr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ are suitable for both upper-level undergraduate and graduate students.
2828
Building reliable software is hard. The scale and complexity of modern systems,
2929
the number of people involved in building them, and the range of demands placed
3030
on them render it extremely difficult to build software that is even
31-
more-or-less correct, much less 100%% correct. At the same time, the increasing
31+
more-or-less correct, much less 100% correct. At the same time, the increasing
3232
degree to which information processing is woven into every aspect of society
3333
continually amplifies the cost of bugs and insecurities.
3434

@@ -164,7 +164,7 @@ letters of the name of Thierry Coquand, one of Coq's early developers.
164164
The term _functional programming_ refers both to a collection of programming
165165
idioms that can be used in almost any programming language and to a family of
166166
programming languages designed to emphasize these idioms, including Haskell,
167-
OCaml, Standard ML, F##, Scala, Scheme, Racket, Common Lisp, Clojure, Erlang,
167+
OCaml, Standard ML, F#, Scala, Scheme, Racket, Common Lisp, Clojure, Erlang,
168168
and Coq.
169169
170170
Functional programming has been developed over many decades -- indeed, its roots

0 commit comments

Comments
 (0)