1234567891011121314151617181920(**
This module contains some convenient definitions used throughout the rest
of this library.
*)openJhupllib;;(**
A type for modules which carry a value type along with a few common
operations on that type.
*)moduletypeDecorated_type=sigtypetvalequal:t->t->boolvalcompare:t->t->intvalpp:tPp_utils.pretty_printervalshow:t->stringvalto_yojson:t->Yojson.Safe.jsonend;;