-- | Internal module. Not part of the public API. -- -- Server state machine for the BOLT protocol. -- -- This module is planned to implement type-safe server state transitions. -- See: https://neo4j.com/docs/bolt/current/bolt/server-state/ module Database.Bolty.Connection.Server ( ) where