简体   繁体   中英

What does (*s mean in OCaml?

I'm looking at an OCaml source file that begins like this

(*s Implementation of n-ary trees. (Some code is borrowed from the OCaml
    standard library, which is copyright 1996 INRIA.) *)

What does (*s mean? I thought the s might be a typo, but it appears in several files, so it must be deliberate.

There is no such thing in ocaml.

Everything inside (* *) are comments.

May be it must be a convention used by them.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM