This website requires JavaScript.
Explore
Help
Sign In
anoma
/
juvix
Watch
1
Star
1
Fork
0
You've already forked juvix
mirror of
https://github.com/anoma/juvix.git
synced
2024-12-01 00:04:58 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
0193a33d4c
juvix
/
tests
/
negative
/
AmbiguousExport.juvix
16 lines
161 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[test] Add ambiguity tests
2022-03-24 13:22:03 +03:00
module AmbiguousExport;
module N;
module O;
Change syntax for ind. data types and forbid the empty data type (#1684) Closes #1644 #1635
2023-01-03 15:49:04 +03:00
type T :=
[test] Add ambiguity tests
2022-03-24 13:22:03 +03:00
A : T;
end;
end;
open N public;
module O;
axiom A : Type;
end;
end;
Reference in New Issue
Copy Permalink