Skip to content

Commit 9e046cd

Browse files
committed
[ fix ] typos
1 parent 1d5e25c commit 9e046cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

courseworks/1-Circuits/1-Circuits.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ _ = λ { true true → {!!}
598598
-- You are free to implement whatever you want. Try to put an emphasis
599599
-- on elegant type & code. Here are some ideas:
600600

601-
-- * A collection of CS106-type circuits (proven correct? maximasing parallelism?)
601+
-- * A collection of CS106-type circuits (proven correct? maximising parallelism?)
602602
-- * A renderer displaying a circuit as a string (or a dot graph?)
603603
-- * A compiler from a small language to circuits
604604
-- * Recursive definitions of complex circuits

courseworks/2-Genetic/2-Genetic.agda

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ module FPoly where
646646
String.++ String.fromVec (' ' ∷ dash ∷ pipe ∷ Vec.map isHere vs ++ pipe ∷ []))
647647
∷ go pad n (ℤ.pred line) vs where
648648

649-
-- Being on y axis, show '|' if we're additionally on the x axis
649+
-- Being on y axis, show '|' if we're additionally on the x axis show '-'
650650
pipe : Char
651651
pipe = if does (line ℤ.≟ (+ 0)) then '-' else '|'
652652

@@ -957,7 +957,7 @@ main = run $ do
957957
-- multiple strands for different intervals
958958
-- dynamically discovering new interval splits
959959
--
960-
-- * A more developped theory of polynomials e.g.
960+
-- * A more developed theory of polynomials e.g.
961961
-- closure under multiplication, composition, derivation
962962
-- proven correct with respect to horner
963963
-- used for new notions of crossovers?

0 commit comments

Comments
 (0)