Sudha247 / ocaml-joy

MIT License
21 stars 14 forks source link

Include modules vs using let bindings #108

Closed FayCarsons closed 5 months ago

FayCarsons commented 5 months ago

I realized we can simply include Shapes etc vs the let bindings we're using now in Joy.ml so I refactored it to do that.