25 lines
430 B
JSON
25 lines
430 B
JSON
{
|
|
"schema": "ailang/v0",
|
|
"name": "test_ct1_bare_xmod_rejected",
|
|
"imports": [],
|
|
"defs": [
|
|
{
|
|
"kind": "fn",
|
|
"name": "main",
|
|
"type": {
|
|
"k": "fn",
|
|
"params": [],
|
|
"ret": { "k": "con", "name": "Unit" },
|
|
"effects": ["IO"]
|
|
},
|
|
"params": [],
|
|
"body": {
|
|
"t": "ctor",
|
|
"type": "Ordering",
|
|
"ctor": "LT",
|
|
"args": []
|
|
}
|
|
}
|
|
]
|
|
}
|