mirror of
https://github.com/anoma/juvix.git
synced 2024-12-11 08:25:46 +03:00
11 lines
90 B
Plaintext
11 lines
90 B
Plaintext
|
module WrongKindExpressionCompileBlock;
|
||
|
|
||
|
module A;
|
||
|
end;
|
||
|
|
||
|
compile A {
|
||
|
ghc -> "X";
|
||
|
};
|
||
|
|
||
|
end;
|