Skip to content

Instantly share code, notes, and snippets.

@akiradeveloper
Created November 20, 2011 11:21
Show Gist options
  • Save akiradeveloper/1380162 to your computer and use it in GitHub Desktop.
Save akiradeveloper/1380162 to your computer and use it in GitHub Desktop.
OCamlの対話モードで上キーを押してもこのようになって履歴が見れない. irbでも同じ. なぜ??
# let f x = x;;
val f : 'a -> 'a = <fun>
# ^[[A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment