1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-03 09:41:10 +03:00
juvix/tests/positive/InstanceAxiom.juvix

10 lines
91 B
Plaintext
Raw Normal View History

module InstanceAxiom;
trait
type T := t;
axiom <body> : T;
instance
inst : T := <body>;