plow-technologies / inferno

A statically-typed functional scripting language
MIT License
4 stars 1 forks source link

[inferno-ml] Simplify model permissions, add more metadata #132

Open ngua opened 2 weeks ago

ngua commented 2 weeks ago

Includes several changes to the Model and related types:

Since we don't need to support GHC 8 any longer, I've switched to using -XOverloadedRecordDot in some places. I'm going to remove GHC 8 support entirely when I finish the compiler upgrade (blocked on NVIDIA pain at the moment).