Skip to content

Commit

Permalink
eml stairs
Browse files Browse the repository at this point in the history
  • Loading branch information
G3Kappa committed May 10, 2024
1 parent 5884a64 commit cd609b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Ergo/Lang/Ast/_Shared/WellKnown.Literals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ public static partial class WellKnown
public static class Literals
{
public static readonly Variable Discard = new("_");
public static readonly Dict AnonymousDict = new Dict(Discard);
public static readonly Atom TopLevel = new("__toplevel");
public static readonly Atom True = new(true);
public static readonly Atom False = new(false);
Expand Down

0 comments on commit cd609b0

Please sign in to comment.