feat: removed trace package
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package saccharine
|
||||
|
||||
type Expression interface {
|
||||
IsExpression()
|
||||
isExpression()
|
||||
}
|
||||
|
||||
/** ------------------------------------------------------------------------- */
|
||||
@@ -25,10 +25,10 @@ type Clause struct {
|
||||
Returns Expression
|
||||
}
|
||||
|
||||
func (Abstraction) IsExpression() {}
|
||||
func (Application) IsExpression() {}
|
||||
func (Atom) IsExpression() {}
|
||||
func (Clause) IsExpression() {}
|
||||
func (Abstraction) isExpression() {}
|
||||
func (Application) isExpression() {}
|
||||
func (Atom) isExpression() {}
|
||||
func (Clause) isExpression() {}
|
||||
|
||||
/** ------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user