Runtime assertions for Ruby literal.fun
ruby
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

authored by

Joel Drapper and committed by
GitHub
052c93f0 0707dea5

+12
+12
README.md
··· 108 108 109 109 Now, if we try to call the operation with an `Integer` that isn't a `UserID`, we get a type error. 110 110 111 + ## `Literal::Enum` 112 + 113 + [Coming soon] 114 + 115 + ## `Literal::Operation` 116 + 117 + [Coming soon] 118 + 119 + ## `Literal::Result 120 + 121 + [Coming soon] 122 + 111 123 ## `Literal::Types` 112 124 113 125 `Literal::Attributes`, `Literal::Struct`, and `Literal::Data` all extend `Literal::Types`, which provide some advanced types including some generic-like collection types.