File: raw.cppo.ml

package info (click to toggle)
yojson 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,204 kB
  • sloc: ml: 3,436; makefile: 28
file content (25 lines) | stat: -rw-r--r-- 311 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#define INTLIT
#define FLOATLIT
#define STRINGLIT

#include "type.ml"

#include "write.ml"

module Pretty = struct
  #include "prettyprint.ml"
end

#include "monomorphic.ml"

#include "write2.ml"

#include "read.ml"

module Util = struct
  #include "util.ml"
end

#undef INTLIT
#undef FLOATLIT
#undef STRINGLIT