diff options
Diffstat (limited to 'inc/term.h')
-rw-r--r-- | inc/term.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,5 +28,6 @@ struct term { }; struct term *new_term(term_type type); +void free_term(struct term *term); #endif |
index : marvinborner/BLoC | |
:sparkles: File format and optimizer for programs encoded in binary lambda calculus | Marvin |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | inc/term.h | 1 |
@@ -28,5 +28,6 @@ struct term { }; struct term *new_term(term_type type); +void free_term(struct term *term); #endif |