Module Internal_pervasives.Base_state

The state within this library is packed into an open object (structural) type, this module just defines the application_name method.

type base = < application_name : string >
type 'a t = 'a constraint 'a = < base.. >