Project

General

Profile

Download (409 Bytes) Statistics
| Branch: | Tag: | Revision:
1 604d5b37 ploc
(* Generated Lustre Interface file from test1.lusi *)
2
(* by Lustre-C compiler version 323, 2014/6/23, 19:11:53 *)
3
(* Feel free to mask some of the definitions by removing them from this file. *)
4
5
#open "test2"
6
7
type prod = struct {a : int; b : toto clock; }; 
8
9
type sum = enum {One, Two, Three }; 
10
11
function bool2float (x: bool) returns (y: real);
12
13
node as_soon_as (x: bool) returns (y: bool);
14