Carp/test-for-errors/no_forms_in_match.carp
2019-03-22 11:00:23 +01:00

7 lines
130 B
Plaintext
Executable File

(Project.config "file-path-print-length" "short")
(defn no-forms-in-match []
(match (Maybe.Just 1)
; <nothing here>
))