aboutsummaryrefslogtreecommitdiffstats
path: root/arm/AsmToJSON.mli
blob: e4d9c39ac12d795e46fd0253cd8ba626653d3a06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(* *********************************************************************)
(*                                                                     *)
(*              The Compcert verified compiler                         *)
(*                                                                     *)
(*          Bernhard Schommer, AbsInt Angewandte Informatik GmbH       *)
(*                                                                     *)
(*  AbsInt Angewandte Informatik GmbH. All rights reserved. This file  *)
(*  is distributed under the terms of the INRIA Non-Commercial         *)
(*  License Agreement.                                                 *)
(*                                                                     *)
(* *********************************************************************)

val pp_program: Format.formatter -> (Asm.coq_function AST.fundef, 'a) AST.program -> unit