src/Pure/General/path.scala
changeset 75220 1cbdf9cfc94b
parent 75119 7bf685cbc789
child 75230 bbbee54b1198
--- a/src/Pure/General/path.scala	Sat Mar 05 10:57:58 2022 +0100
+++ b/src/Pure/General/path.scala	Sat Mar 05 11:12:26 2022 +0100
@@ -233,6 +233,7 @@
   def tar: Path = ext("tar")
   def gz: Path = ext("gz")
   def log: Path = ext("log")
+  def patch: Path = ext("patch")
 
   def backup: Path =
   {