// Copyright (c) 2024, Marvin Borner // SPDX-License-Identifier: MIT #ifndef PRINT_H #define PRINT_H #include void print_bruijn(Term *term); void print_blc(Term *term); #endif