Project

General

Profile

Download (353 Bytes) Statistics
| Branch: | Tag: | Revision:
1
open Utils
2
open Lustre_types
3

    
4
type error =
5
  | Stateful_kwd of ident
6
  | Stateful_imp of ident
7
  | Stateful_ext_C of ident
8

    
9
exception Error of Location.t * error
10

    
11
val check_node: top_decl -> bool
12
val check_prog: program_t -> unit
13
val force_prog: program_t -> unit
14
val check_compat: top_decl list -> unit
15

    
16
val pp_error: Format.formatter -> error -> unit
(10-10/10)