// Copyright (c) 2023, Marvin Borner // SPDX-License-Identifier: MIT #ifndef CALM_REDUCE_H #define CALM_REDUCE_H #include void reduce(struct term *term); #endif