|
Scala example source code file (bug0422.scala)
The Scala bug0422.scala source codeimport scala.util.regexp.WordExp; import scala.util.automata.WordBerrySethi; object BoolWordExp extends WordExp { type _labelT = MyLabels; type _regexpT = RegExp; abstract class MyLabels extends Label ; case class MyLabel(c:Char) extends MyLabels; } object MyTranslator extends WordBerrySethi { override val lang = BoolWordExp; import lang._; override protected def seenLabel( r:RegExp, i:Int, label: _labelT ): Unit = { super.seenLabel(r,i,label) } } Other Scala examples (source code examples)Here is a short list of links related to this Scala bug0422.scala source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.