src/Pure/System/cygwin.scala
author paulson <lp15@cam.ac.uk>
Wed, 31 Jul 2024 18:47:05 +0100
changeset 80651 2cffa664482d
parent 80225 d9ff4296e3b7
permissions -rw-r--r--
tidied more apply proofs

/*  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
{
}