2012-05-08 2 views
3

TypeRex에서 이런 종류의 레이아웃을 얻을 수있는 방법이 있습니까?들여 쓰기 열린 모드 Mod in

let alert ctx x = 
    let open Alert in 
    Printf.printf "...Alert: type = %s, status = %s\n" 
    (Type.to_string (type_ x)) (status x); 
    flush stdout 

나는

let alert ctx x = 
    let open Alert in 
     Printf.printf "...Alert: type = %s, status = %s\n" 
     (Type.to_string (type_ x)) (status x); 
     flush stdout 

답변

3

Typerex 아직 들여 쓰기를 구현하지 않는 차선의 외모 나에게하는 대신이와 끝까지. 우리는 여전히 투아레그 모드의 들여 쓰기를 사용하고 있지만 재 구현이 계획되어 있습니다.