Skip to content

Commit

Permalink
tmp_REVERT
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara committed Jan 3, 2024
1 parent 5ec5bdd commit 3974395
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/io.ex
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,9 @@ defmodule Aja.IO do
def to_iodata(data) do
String.Chars.to_string(data)
end

import Aja

@spec my_ord(Aja.OrdMap.t(:xxx, integer())) :: Aja.OrdMap.t(:xxx, integer())
def my_ord(ord(%{xxx: x})), do: ord(%{xxx: x + 1})
end

0 comments on commit 3974395

Please sign in to comment.