mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00:00
11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
|
|
(def
|
||
|
|
(ident fn)
|
||
|
|
(decl (list) (option))
|
||
|
|
(list
|
||
|
|
(raise
|
||
|
|
(option
|
||
|
|
(apply
|
||
|
|
(variable (ident Exception))
|
||
|
|
(list (string_literal hello))
|
||
|
|
(list))))))
|