]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/sml-mode/testcases.sml
* sml-mode.el (sml--rightalign-and-p): New function.
[gnu-emacs-elpa] / packages / sml-mode / testcases.sml
index 0e98ed61880f03a4eef90ce4eae9473db1e3cc57..14b73d3055b472a3c1a04a666750336374e4ff3d 100644 (file)
@@ -142,6 +142,7 @@ val x =
 datatype foobar
   = FooB of int
   | FooA of bool * int
+and baz = QUX of foo
 datatype foo = FOO | BAR of baz
      and baz = BAZ | QUUX of foo