Skip to content

Commit

Permalink
file shuffling rethink
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcondon committed Jul 27, 2024
1 parent 00c3bcd commit f9ebae7
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@
// of the new identifiers. Perhaps look at adding this at the same time as moving/renaming
// the normalisation identifiers, to make it clear that they are only one way of representing
// the concepts, and are specific to our conversion classes.
// And/or (don't like this, but..) could introduce StandardisedLiteral, StandardisedPredicate,
// StandardisedTerm, StandardisedFunction, StandardisedVariable, etc - in which variable identifiers
// are StandardisedVariableIdentifier, not object..
using System;
using System.Collections.Generic;
using System.Linq;

namespace SCFirstOrderLogic.SentenceManipulation.VariableManipulation;
namespace SCFirstOrderLogic.SentenceManipulation.Normalisation;

/// <summary>
/// Extension methods related to standardisation.
Expand Down

0 comments on commit f9ebae7

Please sign in to comment.