Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. RNAupInteraction :: String -> String -> [RNAupInteractionRegion] -> RNAupInteraction

    ViennaRNAParser Bio.RNAupData

    No documentation available.

  2. data RNAupInteractionRegion

    ViennaRNAParser Bio.RNAupData

    Data structure for (sub-) optimal interaction region

  3. RNAupInteractionRegion :: String -> Int -> Int -> Int -> Int -> Double -> Maybe Double -> Maybe Double -> Maybe Double -> String -> String -> Maybe String -> RNAupInteractionRegion

    ViennaRNAParser Bio.RNAupData

    No documentation available.

  4. upInteractions :: RNAupInteraction -> [RNAupInteractionRegion]

    ViennaRNAParser Bio.RNAupData

    No documentation available.

  5. getInteractivePrintName :: TcRn Name

    breakpoint Debug.Breakpoint.GhcFacade

    No documentation available.

  6. initTcInteractive :: HscEnv -> TcM a -> IO (Messages TcRnMessage, Maybe a)

    breakpoint Debug.Breakpoint.GhcFacade

    No documentation available.

  7. isInteractive :: SetupScriptOptions -> Bool

    cabal-install Distribution.Client.SetupWrapper

    Is the task we are going to run an interactive foreground task, or an non-interactive background task? Based on this flag we decide whether or not to delegate ctrl+c to the spawned task

  8. DebugFlagsInteractive :: DebugFlags

    gi-gtk4 GI.Gtk.Flags

    Open the GTK inspector

  9. textBufferDeleteInteractive :: (HasCallStack, MonadIO m, IsTextBuffer a) => a -> TextIter -> TextIter -> Bool -> m Bool

    gi-gtk4 GI.Gtk.Objects.TextBuffer

    Deletes all editable text in the given range. Calls textBufferDelete for each editable sub-range of [start,end). start and end are revalidated to point to the location of the last deleted range, or left untouched if no text was deleted.

  10. textBufferInsertInteractive :: (HasCallStack, MonadIO m, IsTextBuffer a) => a -> TextIter -> Text -> Int32 -> Bool -> m Bool

    gi-gtk4 GI.Gtk.Objects.TextBuffer

    Inserts text in buffer. Like textBufferInsert, but the insertion will not occur if iter is at a non-editable location in the buffer. Usually you want to prevent insertions at ineditable locations if the insertion results from a user action (is interactive). defaultEditable indicates the editability of text that doesn't have a tag affecting editability applied to it. Typically the result of textViewGetEditable is appropriate here.

Page 36 of many | Previous | Next