Formatting.
[cl-mock.git] / src / package.lisp
1 ;; -*- mode: lisp; syntax: common-lisp; coding: utf-8-unix; package: cl-user; -*-
2
3 (in-package #:cl-user)
4 \f
5 (defpackage #:cl-mock
6   (:use #:closer-common-lisp #:alexandria)
7   (:import-from #:arnesi #:with-collector)
8   (:export ;; regular functions
9            #:progf
10            #:dflet
11
12            ;; mocking of regular functions
13            ;; mocking of generic functions
14            ))