defmodule Accounting do @moduledoc """ This module contains a type. """ @type account_number :: String.t end