(defpackage #:mulk.utils
  (:nicknames #:mulk.lambda #:mulk #:mulk-utils #:mulkutils)
  (:use #:cl)
  (:export #:efn #:fn #:efn1 #:fn1 #:fn*
           #:matching-defun #:matching-flet #:matching-labels))
