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-14 08:27:03 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
d2a7b8e2b2
juvix
/
tests
/
positive
/
Axiom.juvix
9 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[scoper] Add support for Axiom backends
2022-03-23 18:05:52 +03:00
module Axiom;
Add support for compile (by Jonathan) (#66) * Add support for compile (by Jonathan) * Remove error related to unsopported backend Co-authored-by: Jonathan Prieto-Cubides <jonathan.cubides@uib.no>
2022-04-28 18:42:15 +03:00
axiom Action : Type;
compile Action {
[scoper] Add support for Axiom backends
2022-03-23 18:05:52 +03:00
ghc ↦ "IO ()";
};
end;
Reference in New Issue
Copy Permalink