package calculon-web

  1. Overview
  2. Docs

Source file Movie_t.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(* Auto-generated from "Movie.atd" *)
[@@@ocaml.warning "-27-32-33-35-39"]

type year = Movie_schema.Year.t

type maybe = Movie_schema.Maybe.t

type search_entry = { s_title: maybe; s_id: string }

type search_result = { count: int; results: search_entry list }

type query_entry = {
  title: maybe;
  id: string;
  year: year;
  rating: float;
  plot: maybe
}
OCaml

Innovation. Community. Security.