• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1(def
2  (ident fn)
3  (decl (list) (option))
4  (list
5    (raise
6      (apply
7        (variable (ident Exception))
8        (list (string_literal hello))
9        (list)))))
10