Functor
This commit is contained in:
parent
dff53b4e68
commit
65c4d925d3
15 changed files with 270 additions and 83 deletions
|
@ -612,7 +612,7 @@ class PreprocessorTests {
|
|||
Atom("declaration/1")
|
||||
)
|
||||
)
|
||||
val expected = Dynamic("declaration/1")
|
||||
val expected = Dynamic(FunctorInfo.of("declaration/1"))
|
||||
|
||||
val result = preprocessor.preprocess(input)
|
||||
|
||||
|
|
Reference in a new issue