Files
simplexmq/spec/modules/Simplex/Messaging/Version/Internal.md
Evgeny @ SimpleX Chat 66d7efa61e some modules documented
2026-03-11 08:53:57 +00:00

516 B

Simplex.Messaging.Version.Internal

Exports the Version constructor for internal use.

Source: Version/Internal.hs

This module exists solely to split the Version constructor export. Version.hs exports Version as an opaque type (no constructor); Version/Internal.hs exports the Version constructor for modules that need to fabricate version values (protocol constants, parsers, tests). Application code should not import this module.