forked from YannickChevalier/hevea-mathjax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
colscan.mli
15 lines (15 loc) · 982 Bytes
/
colscan.mli
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(***********************************************************************)
(* *)
(* HEVEA *)
(* *)
(* Luc Maranget, projet Moscova, INRIA Rocquencourt *)
(* *)
(* Copyright 2001 Institut National de Recherche en Informatique et *)
(* Automatique. Distributed only by permission. *)
(* *)
(* $Id: colscan.mli,v 1.5 2001-05-25 12:37:20 maranget Exp $ *)
(***********************************************************************)
exception Error of string
val one : Lexing.lexbuf -> float
val three : Lexing.lexbuf -> float * float * float
val four : Lexing.lexbuf -> float * float * float * float