File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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?
You can’t perform that action at this time.
0 commit comments