What are the differences/advantages of following:

```
# 1
abstract MyType

#2
type MyType end
```

Is there any reason to prefer one over the other?


Reply via email to