-module(franz@partitions). -compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]). -define(FILEPATH, "src/franz/partitions.gleam"). -export_type([partitions/0]). -type partitions() :: {partitions, list(integer())} | all.