[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Modcaml] trouble building cocanwiki
From: |
Christophe TROESTLER |
Subject: |
Re: [Modcaml] trouble building cocanwiki |
Date: |
Mon, 12 Dec 2005 21:33:58 +0100 (CET) |
On Mon, 12 Dec 2005, Eric Stokes <address@hidden> wrote:
>
> Values do not match:
> val create_host :
> < prepare_cached : string ->
> < execute : ([> `Bool of 'b
> | `Int of int
> | `Null
> | `String of 'c ]
> as 'a)
> list -> unit;
> fetch1 : unit -> 'a list; finish : unit -> 'd;
> names : string list; serial : string ->
> int64; .. >;
> .. > ->
> 'c -> 'c list -> int -> 'c -> 'c -> 'c -> 'b -> 'c option -> int
May you annotate the first argument of [create_host] so the problem
appears more clearly ?
let create_host (dbh:Dbi.connection) ...
ChriS