summaryrefslogtreecommitdiff
path: root/src/include/command.h
blob: 45b59a95ba529dc1975e0154444848a2f5f53234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*********************                                           -*- C++ -*-  */
/** command.h
 ** This file is part of the CVC4 prototype.
 **
 ** The Analysis of Computer Systems Group (ACSys)
 ** Courant Institute of Mathematical Sciences
 ** New York University
 **/

#ifndef __CVC4_COMMAND_H
#define __CVC4_COMMAND_H

namespace CVC4 {

class Command { // distinct from Exprs
};

} /* CVC4 namespace */

#endif /* __CVC4_COMMAND_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback