package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | AssumedBlank
  2. | Nonblank
  3. | PureComment
  4. | MixedComment
  5. | Continued
val to_string : t -> string
val is_pure_comment : t -> bool
val is_assumed_blank : t -> bool
val is_continued : t -> bool
OCaml

Innovation. Community. Security.