mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-04-01 05:16:05 +00:00
516 B
516 B
Simplex.Messaging.Version.Internal
Exports the
Versionconstructor 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.