8 lines
56 B
Plaintext
8 lines
56 B
Plaintext
module TestImport
|
|
|
|
import Prelude
|
|
|
|
one : Nat
|
|
one = S Z
|
|
|