Copyright | (c) Galois Inc 2014-2020 |
---|---|
License | BSD3 |
Maintainer | Joe Hendrix <jhendrix@galois.com> |
Stability | provisional |
Safe Haskell | None |
Language | Haskell2010 |
This provides a basic data type for function names.
Synopsis
FunctionName
data FunctionName Source #
For our purposes, a function name is just unicode text. Individual languages may want to further restrict names.
Instances
functionName :: FunctionName -> Text Source #
startFunctionName :: FunctionName Source #
Name of function for starting simulator.