-module(deriv@example@baz). -compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]). -export_type([baz/0, other/0]). -type baz() :: {baz, binary()}. -type other() :: {other, integer()}.