X-Git-Url: https://git.distorted.org.uk/~mdw/fringe/blobdiff_plain/1a6b8421eab718d5f2b09d523f8f64a6fadbc422..refs/heads/master:/f%23-fringe.fs diff --git a/f#-fringe.fs b/f#-fringe.fs index 534ce05..7cd5412 100644 --- a/f#-fringe.fs +++ b/f#-fringe.fs @@ -1,4 +1,4 @@ -/// -*- mode: fsharp-mode; indent-tabs-mode: nil -*- +/// -*-fsharp-*- /// /// F# implementation of a `same-fringe' solver. @@ -114,5 +114,5 @@ let main args = | exc -> fprintf stderr "%s: %s\n" program_name exc.Message 1 - + ///----- That's all, folks --------------------------------------------------