Remark regarding annotation-reading modes

This commit is contained in:
Tony Garnock-Jones 2019-08-18 14:24:24 +01:00
parent e38f56c1c3
commit 8d022a332a
1 changed files with 2 additions and 0 deletions

View File

@ -378,6 +378,8 @@ As said, annotations are not really data.
They are merely meant for development tooling or debugging.
You have to explicitly ask for them when reading, and they wrap all
the values.
Many implementations will, in the same mode, also supply line number
and column information attached to each read value.
So what's the point of them then?
If annotations were just for comments, there would be indeed hardly