mirror of
https://github.com/janet-lang/janet
synced 2025-11-01 08:03:02 +00:00
Add tostring method for abstract types.
This lets abstract types customize how they print for debugging.
This commit is contained in:
@@ -58,6 +58,7 @@ JanetAbstractType cfun_io_filetype = {
|
||||
io_file_get,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user