Skip to content

Commit

Permalink
Rename "Function" to "Function(Cont)" for partial continuations
Browse files Browse the repository at this point in the history
  • Loading branch information
nineties committed Jun 10, 2015
1 parent bb3efe6 commit af60136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amber/amber-pprint.rlc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; rowl - 1st generation
; Copyright (C) 2012 nineties
;
; $Id: amber-array.rlc 2014-04-17 20:32:08 nineties $
; $Id: amber-array.rlc 2015-06-10 20:25:56 nineties $
;

(import "rlvm-compile")
Expand Down Expand Up @@ -62,7 +62,7 @@
(@FunctionE . (return (pp_node ochan "Function" obj)))
(@BuiltinFunctionE . (return (pp_node ochan "Function" obj)))
(@BoundFunctionE . (return (pp_node ochan "Function" obj)))
(@ContinuationE . (return (pp_node ochan "Function" obj)))
(@ContinuationE . (return (pp_node ochan "Function(Cont)" obj)))
(@AliasE . (return (pp_node ochan "Alias" obj)))
(@InputFileStreamE . (return (pp_node ochan "InputFileStream" obj)))
(@OutputFileStreamE . (return (pp_node ochan "OutputFileStream" obj)))
Expand Down

0 comments on commit af60136

Please sign in to comment.