(**************************************************************************) (* ___ *) (* ||M|| *) (* ||A|| A project by Andrea Asperti *) (* ||T|| *) (* ||I|| Developers: *) (* ||T|| The HELM team. *) (* ||A|| http://helm.cs.unibo.it *) (* \ / *) (* \ / This file is distributed under the terms of the *) (* v GNU General Public License Version 2 *) (* *) (**************************************************************************) include "joint/joint_printer.ma". include "LIN/LIN.ma". definition print_LIN_program: ∀string. printing_params string LIN → lin_program → list (ident × (list string)) ≝ λstring,pp,prog. print_joint_program … pp prog (lin_code_iteration_params … pp).