source: git/dyn_modules/callgfanlib/ttinitialReduction.h @ 5222d2a

spielwiese
Last change on this file since 5222d2a was 5222d2a, checked in by Yue Ren <ren@…>, 10 years ago
new: ttpReduce
  • Property mode set to 100644
File size: 487 bytes
Line 
1#ifndef INITIALREDUCTION_H
2#define INITIALREDUCTION_H
3
4#include <kernel/structs.h>
5
6#ifndef N_DEBUG
7BOOLEAN ttpReduce(leftv res, leftv args);
8/* BOOLEAN reduceInitially0(leftv res, leftv args); */
9/* BOOLEAN reduceInitially1(leftv res, leftv args); */
10/* BOOLEAN reduceInitially2(leftv res, leftv args); */
11/* BOOLEAN reduceInitially3(leftv res, leftv args); */
12/* BOOLEAN reduceInitially4(leftv res, leftv args); */
13#endif
14
15/* BOOLEAN reduceInitially(leftv res, leftv args); */
16
17#endif
Note: See TracBrowser for help on using the repository browser.