Skip to content

Commit

Permalink
add support for built-in dynamic() type
Browse files Browse the repository at this point in the history
Summary: - ready for OTP 26

Reviewed By: perehonchuk

Differential Revision: D45911715

fbshipit-source-id: 14c1fc7fdd02813fe5e625d5363eb7e4ea8eb434
  • Loading branch information
ilya-klyuchnikov authored and facebook-github-bot committed May 16, 2023
1 parent 1a457b6 commit e5521cd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ object Types {
"any" -> AnyType,
"atom" -> AtomType,
"binary" -> BinaryType,
"dynamic" -> DynamicType,
"nonempty_binary" -> BinaryType,
"bitstring" -> BinaryType,
"nonempty_bitstring" -> BinaryType,
Expand Down

0 comments on commit e5521cd

Please sign in to comment.