X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fpxp%2Fpxp%2Frtests%2Freader%2Fminilex.mll;fp=helm%2FDEVEL%2Fpxp%2Fpxp%2Frtests%2Freader%2Fminilex.mll;h=0000000000000000000000000000000000000000;hb=c7514aaa249a96c5fdd39b1123fbdb38d92f20b6;hp=1c9fbecec50c30c5fbd6f0f4f3cfde905b182246;hpb=1c7fb836e2af4f2f3d18afd0396701f2094265ff;p=helm.git diff --git a/helm/DEVEL/pxp/pxp/rtests/reader/minilex.mll b/helm/DEVEL/pxp/pxp/rtests/reader/minilex.mll deleted file mode 100644 index 1c9fbecec..000000000 --- a/helm/DEVEL/pxp/pxp/rtests/reader/minilex.mll +++ /dev/null @@ -1,7 +0,0 @@ -{ } -rule nextchar = parse - _ - { Some (Lexing.lexeme lexbuf).[0] } - | eof - { None } -{ }