Skip to content

Commit

Permalink
Minor module simplification (from code review)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpurdy committed May 5, 2022
1 parent dc25612 commit 54f6413
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 10 additions & 0 deletions javatools_turtle/src/main/x/mack.x
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,14 @@
*/
module mack.xtclang.org
{
/**
* This is the Ref implementation that allows us to terminate infinite recursion in the compiler
* and runtime.
*
* "I'm still giggling that your bottom turtle uses duck typing." - Mark Falco
*/
class NakedRef<Referent>
{
Referent get();
}
}
4 changes: 0 additions & 4 deletions javatools_turtle/src/main/x/mack/NakedRef.x

This file was deleted.

0 comments on commit 54f6413

Please sign in to comment.