src/Pure/System/cygwin.scala
author wenzelm
Wed, 29 Nov 2023 00:07:54 +0100
changeset 79074 7f24c5be57bd
parent 73893 eb7655fcb090
child 80225 d9ff4296e3b7
permissions -rw-r--r--
compact representation of sets of integers;

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

Cygwin as POSIX emulation on Windows.
*/

package isabelle


import java.io.{File => JFile}
import java.nio.file.Files

import scala.annotation.tailrec


object Cygwin
{
}