diff options
Diffstat (limited to 'src/interp/sys-utility.boot')
-rw-r--r-- | src/interp/sys-utility.boot | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/interp/sys-utility.boot b/src/interp/sys-utility.boot index 1d82c00e..499739b5 100644 --- a/src/interp/sys-utility.boot +++ b/src/interp/sys-utility.boot @@ -1,4 +1,4 @@ --- Copyright (C) 2007-2010 Gabriel Dos Reis. +-- Copyright (C) 2007-2011 Gabriel Dos Reis. -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without @@ -39,15 +39,8 @@ import hash namespace BOOT module sys_-utility where - eval: %Thing -> %Thing probleReadableFile : %String -> %Maybe %String - -++ Evaluate an OpenAxiom VM form. Eventually, this function is -++ to be provided as a builtin by a OpenAxiom target machine. -eval x == - EVAL expandToVMForm x - --% $COMBLOCKLIST := nil |