view paper/src/type-ds.h @ 85:9d154c48a1f6

Update curry-howard isomorphism
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Thu, 09 Feb 2017 15:36:52 +0900
parents 623c90a21227
children
line wrap: on
line source

struct AkashaInfo {
    unsigned int minHeight;
    unsigned int maxHeight;
    struct AkashaNode* akashaNode;
};