16 lines
357 B
Text
16 lines
357 B
Text
result:
|
|
(module [(prelude "prelude")] [] [])
|
|
result:
|
|
(module [] [(import "import" [(import_path [[]] me)])] [])
|
|
result:
|
|
(module [] [] [(theory ["noncomputable"] "theory")])
|
|
result:
|
|
(module
|
|
[(prelude "prelude")]
|
|
[(import
|
|
"import"
|
|
[(import_path [["." "."]] a)
|
|
(import_path [[]] b)
|
|
(import_path [[]] noncomputable)
|
|
(import_path [[]] theory)])]
|
|
[])
|