-
Beta Was this translation helpful? Give feedback.
Answered by
aseemr
May 9, 2022
Replies: 1 comment
-
Sorry, this was a bug in the implementation of Regarding your other two questions:
We will add documentation for it. Hope this helps, thanks for reporting the issue! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nikswamy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, this was a bug in the implementation of
FStar_List.last
. I have now pushed a fix for the same so your code should compile with the F* master branch.Regarding your other two questions:
'
. E.g.let pChar = 'p'
EOF
case, theread_line
function inFStar.IO
raises an exceptionEOF
when the file ends, so something like this:We will add documentation for it. Hope this helps, thanks for reporting the issue!