src/Pure/System/cygwin.scala
author desharna
Mon, 24 Mar 2025 14:09:05 +0100
changeset 82333 06c1c163b66c
parent 80225 d9ff4296e3b7
permissions -rw-r--r--
tuned proof

/*  Title:      Pure/System/cygwin.scala
    Author:     Makarius

Cygwin as POSIX emulation on Windows.
*/

package isabelle


import java.nio.file.Files

import scala.annotation.tailrec


object Cygwin
{
}