Skip to content
Snippets Groups Projects
Commit 042ce3b9 authored by Nicolas Voirol's avatar Nicolas Voirol
Browse files

Removed outdated code

parent dd96dbf7
No related branches found
No related tags found
No related merge requests found
...@@ -394,15 +394,6 @@ trait DatatypeTemplates { self: Templates => ...@@ -394,15 +394,6 @@ trait DatatypeTemplates { self: Templates =>
protected def unrollType(tpe: Type): Boolean = false protected def unrollType(tpe: Type): Boolean = false
} }
/** Template generator that combines ADT unrolling and function accumulation.
*
* See [[$CaptureTemplate]] and [[$DatatypeTemplate]] for concrete examples. */
/*protected trait FullTemplateGenerator
extends TemplateGenerator
with FunctionUnrolling
with ADTUnrolling
with CachedUnrolling*/
/** Template generator that generates clauses for ADT invariant assertion. */ /** Template generator that generates clauses for ADT invariant assertion. */
protected trait InvariantGenerator protected trait InvariantGenerator
extends TemplateGenerator extends TemplateGenerator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment