* Rename `{,NonEmpty}Ref.Simple[A]` to just `{,NonEmpty}Ref[A]` * Could/should `Ref[A]` be an alias for `NonEmptyRef[Option[A]]`?