/usr/lib/ocaml/galax/compile_expr.mli is in libgalax-ocaml-dev 1.1-15build5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | (***********************************************************************)
(* *)
(* GALAX *)
(* XQuery Engine *)
(* *)
(* Copyright 2001-2007. *)
(* Distributed only by permission. *)
(* *)
(***********************************************************************)
(* $Id: compile_expr.mli,v 1.9 2007/02/01 22:08:45 simeon Exp $ *)
(* Module: Compile_expr
Description:
The main interface to compilation.
Takes in typed core expressions and returns a compiled version of
the algebra *)
open Xquery_core_ast
open Logical_algebra_types
val compile_cexpr : logical_compile_context -> acexpr -> logical_algop_expr
|