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 = {!!}
spinCountBase : base base
spinCountBase = ?
windingNumberBase : base base
windingNumberBase = {!!}
spinCount : (x : ) base x helix x
spinCount = ?
windingNumber : (x : ) base x helix x
windingNumber = {!!}

View File

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