aboutsummaryrefslogtreecommitdiff
path: root/inc/reduce.h
blob: 985607533868e778b2fd0bd91385e3e31ad934cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) 2023, Marvin Borner <dev@marvinborner.de>
// SPDX-License-Identifier: MIT

#ifndef CALM_REDUCE_H
#define CALM_REDUCE_H

#include <term.h>

struct term *reduce(struct term *term);

#endif