mirror of
https://github.com/anoma/juvix.git
synced 2024-12-04 17:07:28 +03:00
6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
module Norm;
|
|
|
|
import Stdlib.Prelude open;
|
|
|
|
main : Nat := λ {x := x + 2} 1;
|