Package: sml-mode
Version: 4.0-7

Structures are indented in the following way:

structure T = struct
type t
end

I would have expected this variant instead:

structure T = struct
    type t
end

This applies to nested structures as well, not just to top-level ones.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to