Idris2/tests/idris2/warning002/expected
2021-11-17 10:41:03 +00:00

19 lines
665 B
Plaintext

1/2: Building Foo (Foo.idr)
2/2: Building Main (Main.idr)
Warning: Deprecation warning: Foo.dep1 is deprecated and will be removed in a future version.
Warning: Deprecation warning: Foo.dep2 is deprecated and will be removed in a future version.
Just use the string "world" directly from now on.
Warning: Deprecation warning: Foo.dep3 is deprecated and will be removed in a future version.
Warning: Deprecation warning: Foo.foo is deprecated and will be removed in a future version.
Warning: Deprecation warning: Foo.foo is deprecated and will be removed in a future version.
Foo> Imported module Foo
Foo> =DEPRECATED=
Foo.dep1 : String
Foo>
Bye for now!