You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without aliasing this is especially weird to keep.
Were time aliases introduced (which i think is why PlutusTx use generics : Slot and PosixTime )
There's no additional type safety here, only allows some semantic hints.
The text was updated successfully, but these errors were encountered:
The use of generics is complexity without benefit.
a
isInt
in all specializations in the liba
isInt
is implicit in the constructors egstdlib/lib/aiken/interval.ak
Line 59 in 0c2851f
Without aliasing this is especially weird to keep.
Were time aliases introduced (which i think is why
PlutusTx
use generics :Slot
andPosixTime
)There's no additional type safety here, only allows some semantic hints.
The text was updated successfully, but these errors were encountered: