open System.Collections.Generic;
type ScriptExpressionSet = KeyValuePair<string, IEnumerable<string>>
let test = new ScriptExpressionSet ("x", ["a";"b"])