package GT

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Foldl plugin: fold all values in a type.

Essentially is a stub that chains inherited attribute thorough all values in the value

For type declaration type ('a,'b,...) typ = ... it will create a transformation function with type

('s -> 'a -> 's) -> ('s -> 'b -> 's) -> ... -> 's -> ('a,'b,...) typ -> 's

val trait_name : string
module Make (AstHelpers : GTCommon.GTHELPERS_sig.S) : sig ... end
val register : unit -> unit