Îõ³h$jjÈ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFG(c) 2019-2021 Emily PillmoreBSD$Emily Pillmore  Experimental TypeFamiliesNoneÉ×àõ lens-process'Classy prism into the raw command of a H Examples: a -> Maybe FilePath; f = preview (_Raw . _1)(f $ _RawCommand # ("/bin/ls", ["ls -l"])Just "/bin/ls" lens-process)Classy prism into the shell command of a H Examples:7f :: AsShell a => a -> Maybe String; f = preview _Shellf $ _ShellCommand # "ls -l" Just "ls -l" lens-processA prism into the I case of a H Examples:_ShellCommand # "ls -l"ShellCommand "ls -l"%ShellCommand "ls -l" ^? _ShellCommand Just "ls -l",RawCommand "/bin/ls" ["-l"] ^? _ShellCommandNothing lens-processA prism into the J case of a H Examples:*RawCommand "/bin/ls" ["-l"] ^? _RawCommandJust ("/bin/ls",["-l"]),RawCommand "/bin/ls" ["-l"] ^? _ShellCommandNothing/RawCommand "/bin/ls" ["-l"] ^. _RawCommand . _1 "/bin/ls"/RawCommand "/bin/ls" ["-l"] ^. _RawCommand . _2["-l"] lens-processK into the arguments of a command Examples:(RawCommand "/bin/ls" ["-l"] ^. arguments["-l"] lens-process-Append an argument to the argument list of a J Examples:*arguing "-h" $ RawCommand "/bin/ls" ["-l"] RawCommand "/bin/ls" ["-l","-h"]7arguing "-h" (RawCommand "/bin/ls" ["-l"]) ^. arguments ["-l","-h"] lens-processLift a L into a type via I with a prism into the Examples:shellOf @CmdSpec "ls"ShellCommand "ls"  lens-processLift a M' and list of arguments into a type via J with a prism into the command Examples:rawOf @CmdSpec "/bin/ls" ["-l"]RawCommand "/bin/ls" ["-l"]   (c) 2019-2021 Emily PillmoreBSD$Emily Pillmore  ExperimentalTypeFamilies, Rank2TypesNoneÔÙ [  lens-process#Classy lens for types with a stderr lens-process#Classy lens for types with a stdout lens-process"Classy lens for types with a stdin lens-processLens into the N entry of the O record lens-processLens into the P entry of the O record lens-processLens into the Q entry of the O record lens-processLens into the R entry of the O record lens-processLens into the S entry of the O record lens-processLens into the T entry of the O record lens-processLens into the U entry of the O record lens-processLens into the V entry of the O record lens-processLens into the W entry of the O record lens-processLens into the X entry of the O record lens-processLens into the Y entry of the O record lens-processLens into the Z entry of the O record lens-processLens into the [ entry of the O record lens-processLens into the \ entry of the O record  lens-processLens into the ] entry of the O record! lens-processA default for a O  !  !2019 Emily PillmoreBSD$Emily Pillmore  ExperimentalTypeFamilies, Rank2TypesNoneé ( lens-process)A convenient handler for the output of a ^) call. This data containes 4 components:* lens-process%a handle to stdin if it was requested+ lens-process&a handle to stdout if it was requested, lens-process&a handle to stderr if it was requested- lens-processöa process handle, containing a pid lock, information regarding ctcl-c delegation, and closed/open handle status info.. lens-process)A lens into the stdin handle if requested/ lens-process*A lens into the stdout handle if requested0 lens-process*A lens into the stderr handle if requested1 lens-processA lens into the process handle2 lens-processÆAn iso between the ProcessHandler data and its product representation ()*+,-./012 ()*+,-2./01(c) 2019-2021 Emily PillmoreBSD$Emily Pillmore  ExperimentalTypeFamilies, Rank2TypesNone >ÀÉÔ×Ùà– 3 lens-process3Class constraint proving a type has a prism into a _ via a ` structure. Any a will have a prism into b - it is just an overwrite to b.5 lens-process3Class constraint proving a type has a prism into a _ via a ` structure. Any a will have a prism into c - it is just an overwrite to c7 lens-process3Class constraint proving a type has a prism into a _ via a ` structure.9 lens-process4Class constraint proving a type has a prism into an d structure. Any a will have a prism into d - it is just an overwrite to d; lens-processA e into the d structure of a a Examples: _Inherit # ()Inherit< lens-processA e into the ` structure's Handle for a a Examples:_UseHandle # System.stdinUseHandle {handle: }= lens-processA e into the c structure of a a Examples:_CreatePipe # () CreatePipe> lens-processA prism into the b structure of a a Examples:_NoStream # ()NoStream? lens-process;Inject a handle into something with a prism into the handle Examples:#usehandleOf @StdStream System.stdinUseHandle {handle: }@ lens-processGiven a lens into a a, overwrite to d5 so that the stream inherits from its parent process Examples:inheriting id CreatePipeInheritA lens-processGiven a lens into a a, overwrite to c. Examples:piping id NoStream CreatePipeB lens-processGiven a lens into a a% and a handle, set the handle using `ç. Note that this is the only really interesting case for anything with a lens into a handle inculding a. Examples:2handling id System.stdin $ UseHandle System.stdoutUseHandle {handle: }!handling id System.stdin NoStreamNoStream handling id System.stdin InheritInheritC lens-processGiven a lens into a a , set to b Examples:nostreaming id InheritNoStream3456789:;<=>?@ABC;<=>9:785634?@ABC(c) 2019-2021 Emily PillmoreBSD$Emily Pillmore  ExperimentalTypeFamilies, Rank2TypesNoneB-  ./0123456789:;<=>-;<=>2 ./019:785634 (c) 2019-2021 Emily PillmoreBSD$Emily Pillmore  ExperimentalTypeFamilies, RankNTypesNoneÔÙ*<  !()-,*+./0123456789:;<=>?@ABCæ      !"#$%&'()*+,-.//0123456789:;<=>?@ABCDEFGHIJKLMNOPNOQNORSTUVWXVYZNO[NO\NO]NO^NO_NO`NOaNObNOcNOdNOeNOfNOgNOhNOiNOjNklVmnNOoNOpNOqNOrNOsSTtõ+lens-process-0.4.0.0-9FQFADzPHBkIW05z4m7ZOXSystem.Process.Lens.CmdSpec!System.Process.Lens.CreateProcess"System.Process.Lens.ProcessHandlerSystem.Process.Lens.StdStreamSystem.Process.Lens.OpticsSystem.Process.LensAsRaw_RawAsShell_Shell _ShellCommand _RawCommand argumentsarguingshellOfrawOf$fAsShellCmdSpec$fAsRawCmdSpec HasStderr_Stderr HasStdout_StdoutHasStdin_Stdincmdspec_cwd_env_stdin_stdout_stderr_closefds creategroup delegatectlc newsession detachconsolecreatenewconsole childgroup childuseruseprocessjobsdefaultCreateProcess$fHasStdinCreateProcess$fHasStdinStdStream$fHasStdoutCreateProcess$fHasStdoutStdStream$fHasStderrCreateProcess$fHasStderrStdStreamProcessHandler_hstdin_hstdout_hstderr_hhandlehstdinhstdouthstderrhhandle_Handler AsNoStream _NoStreams AsCreatePipe _CreatesPipe AsUseHandle _UsesHandle AsInherit _Inherits_Inherit _UseHandle _CreatePipe _NoStream usehandleOf inheritingpipinghandling nostreaming$fAsInheritStdStream$fAsUseHandleStdStream$fAsCreatePipeStdStream$fAsNoStreamStdStreamprocess-1.6.9.0System.Process.CommonCmdSpec ShellCommand RawCommand"lens-4.19.2-JWTdDP4QE6QLVEHhpppoR9Control.Lens.Type Traversal'baseGHC.BaseStringGHC.IOFilePathcmdspec CreateProcesscwdenvstd_instd_outstd_err close_fds create_group delegate_ctlc new_sessiondetach_consolecreate_new_console child_group child_useruse_process_jobsSystem.Process createProcessGHC.IO.Handle.TypesHandle UseHandle StdStreamNoStream CreatePipeInheritPrism'