Update stdlib
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / types / compat / re.pp
1 # Emulate the validate_re function
2 # validate_re(value, re) translates to Pattern[re], which is not directly mappable as a type alias, but can be specified as Pattern[re].
3 # Therefore this needs to be translated directly.