This commit is contained in:
Zoe Stafford 2023-03-05 11:06:05 +00:00
parent 7972c6acbd
commit 5e3b9634fe
No known key found for this signature in database
GPG Key ID: B461D9E741A66EB0

View File

@ -561,7 +561,8 @@ record ConstantPrimitives' str where
intToInt : IntKind -> IntKind -> str -> Core str
public export
ConstantPrimitives : Type = ConstantPrimitives' String
ConstantPrimitives : Type
ConstantPrimitives = ConstantPrimitives' String
||| Implements casts from and to integral types by using
||| the implementations from the provided `ConstantPrimitives`.