( !++ ) texts
          
          
            Signature: texts:string list -> IndentationMonad<unit> 
                       
         | 
        
            
               
               
            
          
              CompiledName: op_BangPlusPlus 
         | 
      
      
        
          
            boolToCode b
          
          
            Signature: b:bool -> string 
                       
         | 
        
            
               
               
            
          
         | 
      
      
        
          
            buildLine 
          
          
            Signature: string -> IndentationMonad<unit> 
                       
         | 
        
            
               
               
            
          
         | 
      
      
        
          
            buildLineSeparator separator line
          
          
            Signature: separator:string -> line:string -> IndentationMonad<unit> 
                       
         | 
        
            
               
               
            
          
         | 
      
      
        
          
            constructLine 
          
          
            Signature: string -> IndentationMonad<unit> 
                       
         | 
        
            
               
               
            
          
         | 
      
      
        
          
            defaultIndent 
          
          
            Signature: int 
                       
         | 
        
            
               
               
            
          
         | 
      
      
        
          
            delay value ()
          
          
            Signature: value:'?9558 -> unit -> IndentationMonad<'?9558> 
                          Type parameters: '?9558           
         | 
        
            
               
               
            
          
         | 
      
      
        
          
            indent 
          
          
            Signature: IndentationMonad<unit> 
                       
         | 
        
            
               
               
            
          
         | 
      
      
        
          
            indentN 
          
          
            Signature: int -> IndentationMonad<unit> 
                       
         | 
        
            
               
               
            
          
         | 
      
      
        
          
            nullop 
          
          
            Signature: unit -> IndentationMonad<unit> 
                       
         | 
        
            
               
               
            
          
         | 
      
      
        
          
            optionToListMap fn
          
          
            Signature: fn:('a -> 'b) -> 'a option -> 'b list 
                          Type parameters: 'a, 'b           
         | 
        
            
               
               
            
          
         | 
      
      
        
          
            quoteString text
          
          
            Signature: text:string -> string 
                       
         | 
        
            
               
               
            
          
         | 
      
      
        
          
            toCodeName x
          
          
            Signature: x:string -> String 
                       
         | 
        
            
               
               
            
          
         | 
      
      
        
          
            toCodeNameWithReplacement replacement x
          
          
            Signature: replacement:char -> x:string -> String 
                       
         | 
        
            
               
               
            
          
         | 
      
      
        
          
            toConditionalListElement (...)
          
          
            Signature: condition:bool -> element:'a -> 'a list 
                          Type parameters: 'a           
         | 
        
            
               
               
            
          
         | 
      
      
        
          
            unindent 
          
          
            Signature: IndentationMonad<unit> 
                       
         | 
        
            
               
               
            
          
         |