2012-04-17 104 views

回答

8

的標誌是由fun ... and ...塊標明:

fun f() = 
  let 
    fun a() = b() 
    and b() = a() (* There is no 'fun' keyword before b() *) 
    in 
    () 
    end 
+0

的解釋得到了在「本地」憤怒的,但是用本地與設(即,在我的代碼擺脫第二樂趣)似乎工作。謝謝! – user1339898 2012-04-17 22:42:47