Matthew Good
04/28/2019, 2:59 PMDominaezzz
04/28/2019, 3:02 PMPavlo Liapota
04/28/2019, 3:11 PMMatthew Good
04/28/2019, 3:19 PMspecification pattern
is used to implement logic such as val b = v("1").and("2").and("3").and("4")
in val i = txt("1234")
val a = v("1234")
val b = v("1").and("2").and("3").and("4")
AssertEquals(a.peek() == b.peek())
// fails if both are not equal
in applications such as parser combinators right?Casey Brooks
04/29/2019, 2:50 PMMatthew Good
04/29/2019, 3:03 PM