fficxx icon indicating copy to clipboard operation
fficxx copied to clipboard

Consistent notation for bare, reference, pointer

Open wavewave opened this issue 6 years ago • 0 comments

We need to use consistent notations for bare, reference and pointer.

It is desirable to seperate that pointer modifier out, like

data Modified a = NoModifier a  | Pointer a | Reference a 

data Types = Modified (Either TemplateClass Class) 

wavewave avatar Aug 20 '18 21:08 wavewave