Initial commit.
[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
5 (defpackage #:cl-mock
6   (:use #:closer-common-lisp)
7   (:export ;;; regular functions
8            #:dflet
9
10            ;;; mocking of regular functions
11            ;;; mocking of generic functions
12            ))