-
Notifications
You must be signed in to change notification settings - Fork 0
Build error: Error: Type CamomileLibrary.UChar.t is not compatible with type Uchar.t #2
Copy link
Copy link
Open
Description
/opt/local/bin/ocamlfind ocamlc -c -g -g -annot -bin-annot -thread -package camomile -package lambda-term -package lwt -package menhir -package menhirLib -package react -package sedlex.ppx -package str -package unix -package zed -I src -o src/gufoConsole.cmo src/gufoConsole.ml
+ /opt/local/bin/ocamlfind ocamlc -c -g -g -annot -bin-annot -thread -package camomile -package lambda-term -package lwt -package menhir -package menhirLib -package react -package sedlex.ppx -package str -package unix -package zed -I src -o src/gufoConsole.cmo src/gufoConsole.ml
File "src/gufoConsole.ml", line 465, characters 18-26:
465 | Zed_utf8.fold colorize (ctx_to_string expr) ([], "",false,false) (*list to print,curword, and a boolean to know if we are in quote*)
^^^^^^^^
Error: This expression has type
CamomileLibrary.UChar.t ->
LTerm_text.item list * CamomileLibrary.UTF8.t * bool * bool ->
LTerm_text.item list * string * bool * bool
but an expression was expected of type Uchar.t -> 'weak10 -> 'weak10
Type CamomileLibrary.UChar.t is not compatible with type Uchar.t
Command exited with code 2.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels