| 199 | | { argName :: String -- ^ Name of the param that this arg is for |
| 200 | | , argValue :: Val -- ^ Actual argument value, which may still be |
| 201 | | -- a junction |
| 202 | | , argCollapsed :: Bool -- ^ @True@ if we have confirmed that this arg |
| 203 | | -- doesn't need any further autothreading |
| | 199 | { argName :: !String -- ^ Name of the param that this arg is for |
| | 200 | , argValue :: !Val -- ^ Actual argument value, which may still be |
| | 201 | -- a junction |
| | 202 | , argCollapsed :: !Bool -- ^ @True@ if we have confirmed that this arg |
| | 203 | -- doesn't need any further autothreading |