summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/builtin/builtini_text.ml
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2000-03-28 08:47:47 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2000-03-28 08:47:47 +0000
commitdb2e8dec76e17bd0987dd0a12ad7509b6e63d97c (patch)
tree65f6ec5acc0c6d9020f1fb5b0dcb32bd4fe8bca3 /otherlibs/labltk/builtin/builtini_text.ml
parente3f1ab289da91f2d382afc824ade6c6e3b5eb764 (diff)
adapte aux labels legers
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3005 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/builtin/builtini_text.ml')
-rw-r--r--otherlibs/labltk/builtin/builtini_text.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/builtin/builtini_text.ml b/otherlibs/labltk/builtin/builtini_text.ml
index 076c29fd5..99b85f875 100644
--- a/otherlibs/labltk/builtin/builtini_text.ml
+++ b/otherlibs/labltk/builtin/builtini_text.ml
@@ -23,7 +23,7 @@ let cCAMLtoTKtextIndex (i : textIndex) =
let ppTextIndex (base, ml : textIndex) =
match cCAMLtoTKtext_index base with
TkToken ppbase ->
- String.concat sep:"" (ppbase :: List.map fun:ppTextModifier ml)
+ String.concat sep:"" (ppbase :: List.map f:ppTextModifier ml)
| _ -> assert false
in
TkToken (ppTextIndex i)