File: osx-bsd-critical.txt

package info (click to toggle)
haskell-regex-tdfa 1.3.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 436 kB
  • sloc: haskell: 4,250; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
1	(()|.)(b)	ab	(0,2)(0,1)(?,?)(1,2)
-1	(()|.)(b)	ab	(1,2)(1,1)(1,1)(1,2)
2	(()|[ab])(b)	ab	(0,2)(0,1)(?,?)(1,2)
-2	(()|[ab])(b)	ab	(1,2)(1,1)(1,1)(1,2)
3	(()|[ab])+b	aaab	(0,4)(2,3)(?,?)
-3	(()|[ab])+b	aaab	(3,4)(3,3)(3,3)
11	(.|())(b)	ab	(0,2)(0,1)(?,?)(1,2)
12	([ab]|())(b)	ab	(0,2)(0,1)(?,?)(1,2)
14	([ab]|())+b	aaab	(0,4)(2,3)(?,?)
-14	([ab]|())+b	aaab	(0,4)(3,3)(3,3)
20	(.?)(b)	ab	(0,2)(0,1)(1,2)