mirror of
https://github.com/anoma/juvix.git
synced 2025-01-05 22:46:08 +03:00
6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
module Norm;
|
|
|
|
import Stdlib.Prelude open;
|
|
|
|
main : Nat := λ {x := x + 2} 1;
|