mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-26 06:11:50 +03:00
[ cosmetic ] various whitespace issues
This commit is contained in:
parent
d433eafa97
commit
c5903c45e1
@ -1,6 +1,6 @@
|
|||||||
package idris2
|
package idris2
|
||||||
|
|
||||||
modules =
|
modules =
|
||||||
Compiler.Common,
|
Compiler.Common,
|
||||||
Compiler.CompileExpr,
|
Compiler.CompileExpr,
|
||||||
Compiler.Inline,
|
Compiler.Inline,
|
||||||
|
@ -650,7 +650,7 @@ Ord Nat where
|
|||||||
public export
|
public export
|
||||||
natToInteger : Nat -> Integer
|
natToInteger : Nat -> Integer
|
||||||
natToInteger Z = 0
|
natToInteger Z = 0
|
||||||
natToInteger (S k) = 1 + natToInteger k
|
natToInteger (S k) = 1 + natToInteger k
|
||||||
-- integer (+) may be non-linear in second
|
-- integer (+) may be non-linear in second
|
||||||
-- argument
|
-- argument
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user