src/Pure/System/cygwin.scala
author paulson <lp15@cam.ac.uk>
Fri, 22 Nov 2024 16:05:42 +0000
changeset 81473 53e61087bc6f
parent 80225 d9ff4296e3b7
permissions -rw-r--r--
Introduced the function some_elem for grabbing an element from a non-empty set, and simplified the theorem the_elem_image_unique

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