Function( Function { head: Destructured( FunctionHeadDestructured { ellipsis: true, identifier: None, arguments: [ FunctionHeadDestructuredArgument { identifier: "config", default: None, }, FunctionHeadDestructuredArgument { identifier: "lib", default: None, }, FunctionHeadDestructuredArgument { identifier: "pkgs", default: None, }, ], }, ), body: With( With { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 4, column: 6, }, end: Position { line: 4, column: 9, }, }, }, ), target: LetIn( LetIn { bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "cfg", span: Span { start: Position { line: 8, column: 3, }, end: Position { line: 8, column: 6, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "config", span: Span { start: Position { line: 8, column: 9, }, end: Position { line: 8, column: 15, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "services", span: Span { start: Position { line: 8, column: 16, }, end: Position { line: 8, column: 24, }, }, }, ), Raw( PartRaw { content: "svnserve", span: Span { start: Position { line: 8, column: 25, }, end: Position { line: 8, column: 33, }, }, }, ), ], default: None, }, ), }, ), ], target: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "options", span: Span { start: Position { line: 16, column: 3, }, end: Position { line: 16, column: 10, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "services", span: Span { start: Position { line: 18, column: 5, }, end: Position { line: 18, column: 13, }, }, }, ), Raw( PartRaw { content: "svnserve", span: Span { start: Position { line: 18, column: 14, }, end: Position { line: 18, column: 22, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 20, column: 7, }, end: Position { line: 20, column: 13, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 20, column: 16, }, end: Position { line: 20, column: 24, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 21, column: 9, }, end: Position { line: 21, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 21, column: 16, }, end: Position { line: 21, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bool", span: Span { start: Position { line: 21, column: 22, }, end: Position { line: 21, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 22, column: 9, }, end: Position { line: 22, column: 16, }, }, }, ), ], to: Identifier( Identifier { id: "false", span: Span { start: Position { line: 22, column: 19, }, end: Position { line: 22, column: 24, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 23, column: 9, }, end: Position { line: 23, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 23, column: 23, }, end: Position { line: 23, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 23, column: 27, }, end: Position { line: 23, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Whether to enable svnserve to serve Subversion repositories through the SVN protocol.", span: Span { start: Position { line: 23, column: 34, }, end: Position { line: 23, column: 119, }, }, }, ), ], span: Span { start: Position { line: 23, column: 33, }, end: Position { line: 23, column: 120, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 20, column: 25, }, end: Position { line: 24, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "svnBaseDir", span: Span { start: Position { line: 26, column: 7, }, end: Position { line: 26, column: 17, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 26, column: 20, }, end: Position { line: 26, column: 28, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 27, column: 9, }, end: Position { line: 27, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 27, column: 16, }, end: Position { line: 27, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 27, column: 22, }, end: Position { line: 27, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 28, column: 9, }, end: Position { line: 28, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "/repos", span: Span { start: Position { line: 28, column: 20, }, end: Position { line: 28, column: 26, }, }, }, ), ], span: Span { start: Position { line: 28, column: 19, }, end: Position { line: 28, column: 27, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 29, column: 9, }, end: Position { line: 29, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 29, column: 23, }, end: Position { line: 29, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 29, column: 27, }, end: Position { line: 29, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Base directory from which Subversion repositories are accessed.", span: Span { start: Position { line: 29, column: 34, }, end: Position { line: 29, column: 97, }, }, }, ), ], span: Span { start: Position { line: 29, column: 33, }, end: Position { line: 29, column: 98, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 26, column: 29, }, end: Position { line: 30, column: 8, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 18, column: 25, }, end: Position { line: 31, column: 6, }, }, }, ), }, ), ], span: Span { start: Position { line: 16, column: 13, }, end: Position { line: 33, column: 4, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "config", span: Span { start: Position { line: 38, column: 3, }, end: Position { line: 38, column: 9, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkIf", span: Span { start: Position { line: 38, column: 12, }, end: Position { line: 38, column: 16, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 38, column: 17, }, end: Position { line: 38, column: 20, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 38, column: 21, }, end: Position { line: 38, column: 27, }, }, }, ), ], default: None, }, ), Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "systemd", span: Span { start: Position { line: 39, column: 5, }, end: Position { line: 39, column: 12, }, }, }, ), Raw( PartRaw { content: "services", span: Span { start: Position { line: 39, column: 13, }, end: Position { line: 39, column: 21, }, }, }, ), Raw( PartRaw { content: "svnserve", span: Span { start: Position { line: 39, column: 22, }, end: Position { line: 39, column: 30, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "after", span: Span { start: Position { line: 40, column: 7, }, end: Position { line: 40, column: 12, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "network.target", span: Span { start: Position { line: 40, column: 18, }, end: Position { line: 40, column: 32, }, }, }, ), ], span: Span { start: Position { line: 40, column: 17, }, end: Position { line: 40, column: 33, }, }, }, ), ], span: Span { start: Position { line: 40, column: 15, }, end: Position { line: 40, column: 35, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "wantedBy", span: Span { start: Position { line: 41, column: 7, }, end: Position { line: 41, column: 15, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "multi-user.target", span: Span { start: Position { line: 41, column: 21, }, end: Position { line: 41, column: 38, }, }, }, ), ], span: Span { start: Position { line: 41, column: 20, }, end: Position { line: 41, column: 39, }, }, }, ), ], span: Span { start: Position { line: 41, column: 18, }, end: Position { line: 41, column: 41, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "preStart", span: Span { start: Position { line: 42, column: 7, }, end: Position { line: 42, column: 15, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "mkdir -p ", span: Span { start: Position { line: 42, column: 19, }, end: Position { line: 42, column: 45, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 42, column: 30, }, end: Position { line: 42, column: 33, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "svnBaseDir", span: Span { start: Position { line: 42, column: 34, }, end: Position { line: 42, column: 44, }, }, }, ), ], default: None, }, ), }, ), ], span: Span { start: Position { line: 42, column: 18, }, end: Position { line: 42, column: 46, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "script", span: Span { start: Position { line: 43, column: 7, }, end: Position { line: 43, column: 13, }, }, }, ), ], to: String( String_ { parts: [ Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 43, column: 19, }, end: Position { line: 43, column: 23, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "subversion", span: Span { start: Position { line: 43, column: 24, }, end: Position { line: 43, column: 34, }, }, }, ), Raw( PartRaw { content: "out", span: Span { start: Position { line: 43, column: 35, }, end: Position { line: 43, column: 38, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/bin/svnserve -r ", span: Span { start: Position { line: 43, column: 17, }, end: Position { line: 43, column: 56, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 43, column: 58, }, end: Position { line: 43, column: 61, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "svnBaseDir", span: Span { start: Position { line: 43, column: 62, }, end: Position { line: 43, column: 72, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: " -d --foreground --pid-file=/run/svnserve.pid", span: Span { start: Position { line: 43, column: 17, }, end: Position { line: 43, column: 118, }, }, }, ), ], span: Span { start: Position { line: 43, column: 16, }, end: Position { line: 43, column: 119, }, }, }, ), }, ), ], span: Span { start: Position { line: 39, column: 33, }, end: Position { line: 44, column: 6, }, }, }, ), }, ), ], span: Span { start: Position { line: 38, column: 28, }, end: Position { line: 45, column: 4, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 12, column: 1, }, end: Position { line: 46, column: 2, }, }, }, ), span: Span { start: Position { line: 6, column: 1, }, end: Position { line: 46, column: 2, }, }, }, ), span: Span { start: Position { line: 4, column: 1, }, end: Position { line: 46, column: 2, }, }, }, ), span: Span { start: Position { line: 2, column: 1, }, end: Position { line: 46, column: 2, }, }, }, )