oswald2 / AURIS

A new, open source mission control system in Haskell
BSD 3-Clause "New" or "Revised" License
55 stars 9 forks source link

Change loading of MIB to lens #39

Open oswald2 opened 4 years ago

oswald2 commented 4 years ago

Currently, the tables of the MIB are loaded via cassava and manually converted into the data structures of the data model. This could be cleaned up by utilising the lens library.