diff options
| -rw-r--r-- | doc/todo/type_level_OS_requirements.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/todo/type_level_OS_requirements.mdwn b/doc/todo/type_level_OS_requirements.mdwn index 47f9710e..5654d49a 100644 --- a/doc/todo/type_level_OS_requirements.mdwn +++ b/doc/todo/type_level_OS_requirements.mdwn @@ -25,6 +25,7 @@ withOS. The `os` property would need to yield a `Property (os:[])`, where the type level list contains a type-level eqivilant of the value passed to the property. Is that possible to do? reification or something? +(See: <https://www.schoolofhaskell.com/user/thoughtpolice/using-reflection>) Or, alternatively, could have less polymorphic `debian` etc properties replace the `os` property. |
