Like so:
    
    
    type OneTo10 = range[1..10]
    let somePrimes = {2.OneTo10, 3, 5, 7}
    
    
    
    Run

Reply via email to