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=e108abe5c0b4eb841c4ad332229a6c0e57e70079;hp=1c9fbecec50c30c5fbd6f0f4f3cfde905b182246;hpb=1456c337a60f6677ee742ff7891d43fc382359a9;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 } -{ }