diff options
author | Vladimir Azarov <avm@intermediate-node.net> | 2025-05-17 14:45:50 +0200 |
---|---|---|
committer | Vladimir Azarov <avm@intermediate-node.net> | 2025-05-17 14:45:50 +0200 |
commit | 5edd85474d6d8f3a0cc06cc0250ed3db8b26fcfa (patch) | |
tree | bd7ad914025858b4389b1801216ac7d41a0c1f45 /stream.sig | |
parent | 1f31e550385cfa64a36167a5f3f9ec780baaad86 (diff) |
Function-like macros
Diffstat (limited to 'stream.sig')
-rw-r--r-- | stream.sig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ signature STREAM = sig exception EOF - val pos2str: pos -> string + val Ppos: (pos, 'a, 'b) a1printer val getchar: t -> char option * t val getcharEx: t -> char * t (* throws EOF *) |