Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Second mutually recursive function cannot be #traced. #8021

Closed
vicuna opened this issue Feb 20, 2003 · 1 comment
Closed

Second mutually recursive function cannot be #traced. #8021

vicuna opened this issue Feb 20, 2003 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Feb 20, 2003

Original bug ID: 1549
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Emmanuel Renieris
Version: 3.06
OS: Linux
Submission from: miette.cs.brown.edu (128.148.38.66)

miette /u/er -> ocaml
Objective Caml version 3.06

let rec f x = g x and g x = if x = 0 then 0 else f (x-1);;

val f : int -> int =
val g : int -> int =

#trace f;;

f is now traced.

#trace g;;

g is not a function.

@vicuna
Copy link
Author

vicuna commented Feb 23, 2003

Comment author: administrator

see #8022 and #3554

@vicuna vicuna closed this as completed Feb 23, 2003
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant