quest2 edits

This commit is contained in:
Jlh18 2021-09-29 12:51:06 +01:00
parent 40ba57887c
commit 56834bcd40
6 changed files with 8 additions and 8 deletions

View File

@ -21,8 +21,8 @@ The definition of sucPath goes here.
helix : Type helix : Type
helix = {!!} helix = {!!}
spinCountBase : base base windingNumberBase : base base
spinCountBase = ? windingNumberBase = {!!}
spinCount : (x : ) base x helix x windingNumber : (x : ) base x helix x
spinCount = ? windingNumber = {!!}

View File

@ -34,8 +34,8 @@ helix : S¹ → Type
helix base = helix base =
helix (loop i) = sucPath i helix (loop i) = sucPath i
spinCountBase : base base windingNumberBase : base base
spinCountBase p = endPt helix p (pos zero) windingNumberBase p = endPt helix p (pos zero)
spinCount : (x : ) base x helix x windingNumber : (x : ) base x helix x
spinCount x p = endPt helix p (pos zero) windingNumber x p = endPt helix p (pos zero)