aboutsummaryrefslogtreecommitdiff
path: root/inc/reducer.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/reducer.h')
-rw-r--r--inc/reducer.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/inc/reducer.h b/inc/reducer.h
new file mode 100644
index 0000000..28fe8b1
--- /dev/null
+++ b/inc/reducer.h
@@ -0,0 +1,8 @@
+#ifndef REDUCER_H
+#define REDUCER_H
+
+#include <term.h>
+
+struct term *reduce(struct term *term);
+
+#endif