Matthew Watt
Matthew Watt
### Describe the issue Please provide a general summary of the issue you're experiencing I noticed that nuking a wallet in Nighthawk was failing, but it had previously worked, so...
Having files in the Models module that import UIComponents makes it impossible for UIComponents to reference objects in Models (which one would reasonably need to do) without introducing a circular...
**I propose we** generate an Is* boolean property for single case unions, as F# 9 does today for multi-case unions. ```fsharp module Types open System type AssetType = Image //...