mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-25 12:42:02 +03:00
Fix typo
This commit is contained in:
parent
7972c6acbd
commit
5e3b9634fe
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user