ityonemo/mavis

faithful Inspect protocol representations for the basic types.

Closed this issue · 3 comments

faithful Inspect protocol representations for the basic types.
  • use the inspect proctocol instead. Note that for the literal types (atom, emptylist, integer, and range) we get the correct string representation out for what you would use inside the typespec.

inspect protocol should yield results that look like elixir typespecs (and this should be tested)

completed here: #52