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