module Unison.Hashing.V2.ConstructorId ( ConstructorId, ) where import Data.Word (Word64) type ConstructorId = Word64