Skip to content

Commit 348bd7f

Browse files
committed
ProofObjects: tweak \say usage
1 parent 9a0035c commit 348bd7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ProofObjects.lidr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
> module ProofObjects
44

5-
\say{"\textit{Algorithms are the computational content of proofs.}" - Robert
6-
Harper}
5+
\say{\textit{Algorithms are the computational content of proofs.}}
6+
-- Robert Harper
77

88
We have seen that Idris has mechanisms both for _programming_, using inductive
99
data types like \idr{Nat} or \idr{List} and functions over these types, and for

0 commit comments

Comments
 (0)