This repository was archived by the owner on Oct 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ import aviation.*
2020import prepositional .*
2121
2222package instantApi:
23- given aviationInstant : Timing .Instant is (Abstractable & Concretizable ) across Instants into
23+ given aviationInstant : Timing .Instant is (Abstractable & Instantiable ) across Instants into
2424 Long from Long =
25- new Abstractable with Concretizable :
25+ new Abstractable with Instantiable :
2626 type Self = Timing .Instant
2727 type Source = Long
2828 type Result = Long
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ object Timing:
3333
3434 object TaiInstant :
3535 erased given underlying : Underlying [TaiInstant , Long ] = ###
36- given generic : Timing .TaiInstant is (Abstractable & Concretizable ) across Instants into
36+ given generic : Timing .TaiInstant is (Abstractable & Instantiable ) across Instants into
3737 Long from Long =
38- new Abstractable with Concretizable :
38+ new Abstractable with Instantiable :
3939 type Self = Timing .TaiInstant
4040 type Source = Long
4141 type Result = Long
@@ -51,9 +51,9 @@ object Timing:
5151 erased given underlying : Underlying [Instant , Long ] = ###
5252 def of (millis : Long ): Instant = millis
5353
54- given generic : Timing .Instant is (Abstractable & Concretizable ) across Instants into Long from
54+ given generic : Timing .Instant is (Abstractable & Instantiable ) across Instants into Long from
5555 Long =
56- new Abstractable with Concretizable :
56+ new Abstractable with Instantiable :
5757 type Self = Timing .Instant
5858 type Result = Long
5959 type Source = Long
You can’t perform that action at this time.
0 commit comments