1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-02 23:43:01 +03:00
juvix/tests/negative/Internal/LiteralIntegerString.juvix
2023-07-11 17:22:07 +02:00

9 lines
106 B
Plaintext

module LiteralIntegerString;
import Stdlib.Prelude open;
f : String -> Nat
| _ := 0;
g : Nat := f 2;