Mercurial > hg > Gears > GearsAgda
view src/parallel_execution/CodeGear.cbc @ 422:d839c9cb7c83
fix
author | mir3636 |
---|---|
date | Fri, 06 Oct 2017 15:41:13 +0900 |
parents | 9f8a87389b68 |
children |
line wrap: on
line source
typedef struct CodeGear<Impl>{ union Data* codeGear; enum Code code; __code code(struct Integer* input1, struct Integer* input2, __code next(struct Integer* output, ...)); __code setInfo(struct Context* codeGear, union Data** dataGears, __code next(...)); union Data* dataGears[10]; __code next(...); } CodeGear;