Skip to content

Commit

Permalink
Added a Base variable in the base env which is the base env itself.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Aug 1, 2012
1 parent 1d1e6fa commit bc96af8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions base/Base.oz
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,8 @@ prepare
\insert 'BitString.oz'
\insert 'ByteString.oz'

Base % filled by the code applying this functor to be myself

export
%% Value
'Value' : Value
Expand Down Expand Up @@ -547,6 +549,9 @@ export
'IsBitString' : IsBitString
'IsByteString' : IsByteString

%% Reflexive me
'Base' : Base

%% Will be removed by the compiler
'ByNeedDot' : ByNeedDot
'LockIn' : LockIn
Expand Down

0 comments on commit bc96af8

Please sign in to comment.