1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-04 17:07:28 +03:00
juvix/tests/positive/Internal/Norm.juvix
2023-07-11 17:22:07 +02:00

6 lines
76 B
Plaintext

module Norm;
import Stdlib.Prelude open;
main : Nat := λ {x := x + 2} 1;