#include <string>
#include <unistd.h>
Go to the source code of this file.
|
void | hobbes::spawn (const std::string &, proc *) |
|
void | hobbes::procDefine (proc *, const std::string &, const std::string &) |
|
void | hobbes::procEval (proc *, const std::string &) |
|
void | hobbes::procTypeof (proc *p, const std::string &x) |
|
void | hobbes::procTypeEnv (proc *p) |
|
void | hobbes::procRead (proc *, std::ostream *, uint64_t waitUS=0) |
|
MonoTypePtr | hobbes::refinedType (const proc &p, const std::string &fname, const MonoTypePtr &hasty) |
|
int | hobbes::invocationID (const proc &p, const std::string &fname, const MonoTypePtr &hasty) |
|
PrepProcExpr | hobbes::procPrepareExpr (const proc &, const ExprPtr &) |
|
void | hobbes::runMachineREPL (cc *) |
|