mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-11 00:38:40 +00:00
Remove weird duplicate ConcreteType thing (#93)
This commit is contained in:
@@ -9,6 +9,12 @@ type ConcreteTypeHandle =
|
||||
| Byref of ConcreteTypeHandle
|
||||
| Pointer of ConcreteTypeHandle
|
||||
|
||||
override this.ToString () =
|
||||
match this with
|
||||
| ConcreteTypeHandle.Byref b -> "&" + b.ToString ()
|
||||
| ConcreteTypeHandle.Concrete i -> i.ToString ()
|
||||
| ConcreteTypeHandle.Pointer i -> "*" + i.ToString ()
|
||||
|
||||
type AllConcreteTypes =
|
||||
{
|
||||
Mapping : Map<int, ConcreteType<ConcreteTypeHandle>>
|
||||
|
Reference in New Issue
Block a user