1
1
mirror of https://github.com/anoma/juvix.git synced 2025-01-05 22:46:08 +03:00
juvix/tests/positive/MiniC/ExportNameArgs/Input.juvix

9 lines
85 B
Plaintext
Raw Normal View History

module Input;
open import Stdlib.Prelude;
fun : Nat → Nat;
fun _ := three;
end;