Simple Algebraic Data Types for Ruby
Here’s a simple approximation of algebraic data types in Ruby using Ruby’s struct class and the case equality operator.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Here’s a simple approximation of algebraic data types in Ruby using Ruby’s struct class and the case equality operator.
Post a comment