Arrays are static typed so you need to specify the size of them:
    
    
    type MyArr = array[arrSize, string]
    proc createFuzzyDataStructs(fuzzyTable: TableRef[string, string]): (MyArr, 
MyArr) = ...
    
    
    Run

Reply via email to