8 lines
84 B
Plaintext
8 lines
84 B
Plaintext
(program
|
|
(fun foo -> int
|
|
[]
|
|
(return 4))
|
|
|
|
(fun vertex vs_main
|
|
[]
|
|
(foo))) |