OSDN Git Service

add lowInst test
[happyabc/happyabc.git] / swflib / lowInst.mlp
1 open Base
2 open Bytes
3
4 #include "low_type.h"
5 type t = [
6 #include "type.h"
7 ]
8
9 let to_bytes : t -> Bytes.t list =
10   function
11 #include "write.h"
12